Refactor makefile to add deployment for searxng stack

This commit is contained in:
2024-06-10 20:32:25 +08:00
parent f1a3b1c169
commit c4e56cf5b1
5 changed files with 104 additions and 0 deletions
+8
View File
@@ -105,4 +105,12 @@ deploy-thelounge: pull
set +a ;\
docker stack deploy --compose-file ./swarm/thelounge.yml thelounge ;\
}
deploy-searxng: pull
{ \
echo "Deploying the searxng stack..." ;\
set -a ;\
. ./swarm/.env ;\
set +a ;\
docker stack deploy --compose-file ./swarm/searxng.yml searxng ;\
}
# git submodule update --init --recursive