feat: add deployment support for gitea stack in the makefile and create gitea service configuration

This commit is contained in:
2026-05-18 10:51:13 +08:00
parent 0e4160f6d6
commit 13511a796c
2 changed files with 44 additions and 0 deletions
+8
View File
@@ -215,4 +215,12 @@ deploy-homeassistant: pull
set +a ;\
docker stack deploy --compose-file ./swarm/homeassistant.yml homeassistant ;\
}
deploy-gitea: pull
{ \
echo "Deploying the gitea stack..." ;\
set -a ;\
. ./swarm/.env ;\
set +a ;\
docker stack deploy --compose-file ./swarm/gitea.yml gitea ;\
}
# git submodule update --init --recursive