mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 00:45:58 +00:00
feat: add deployment command for Seafile stack in Makefile and ensure mariadb dependency in seafile.yml
This commit is contained in:
@@ -184,4 +184,5 @@ deploy-seafile: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/seafile.yml seafile ;\
|
docker stack deploy --compose-file ./swarm/seafile.yml seafile ;\
|
||||||
}
|
}
|
||||||
|
|
||||||
# git submodule update --init --recursive
|
# git submodule update --init --recursive
|
||||||
+1
-1
@@ -171,4 +171,4 @@ services:
|
|||||||
- seafile-network
|
- seafile-network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|||||||
Reference in New Issue
Block a user