feat: add deployment command for Seafile stack in Makefile and ensure mariadb dependency in seafile.yml

This commit is contained in:
2025-06-29 20:32:47 +08:00
parent 8fc754abf3
commit 61962528c6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -184,4 +184,5 @@ deploy-seafile: pull
set +a ;\
docker stack deploy --compose-file ./swarm/seafile.yml seafile ;\
}
# git submodule update --init --recursive
+1 -1
View File
@@ -171,4 +171,4 @@ services:
- seafile-network
restart: unless-stopped
depends_on:
- mariadb
- mariadb