From 61962528c64316b4f06708cb765efd6ff435e955 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 29 Jun 2025 20:32:47 +0800 Subject: [PATCH] feat: add deployment command for Seafile stack in Makefile and ensure mariadb dependency in seafile.yml --- makefile | 1 + swarm/seafile.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index d2a3a87..192189c 100644 --- a/makefile +++ b/makefile @@ -184,4 +184,5 @@ deploy-seafile: pull set +a ;\ docker stack deploy --compose-file ./swarm/seafile.yml seafile ;\ } + # git submodule update --init --recursive \ No newline at end of file diff --git a/swarm/seafile.yml b/swarm/seafile.yml index 662f57e..402c4b5 100644 --- a/swarm/seafile.yml +++ b/swarm/seafile.yml @@ -171,4 +171,4 @@ services: - seafile-network restart: unless-stopped depends_on: - - mariadb \ No newline at end of file + - mariadb