mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor makefile to add deployment for docmost and outline stacks
This commit is contained in:
@@ -129,4 +129,20 @@ deploy-searxng: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/searxng.yml searxng ;\
|
docker stack deploy --compose-file ./swarm/searxng.yml searxng ;\
|
||||||
}
|
}
|
||||||
|
deploy-docmost: pull
|
||||||
|
{ \
|
||||||
|
echo "Deploying the docmost stack..." ;\
|
||||||
|
set -a ;\
|
||||||
|
. ./swarm/.env ;\
|
||||||
|
set +a ;\
|
||||||
|
docker stack deploy --compose-file ./swarm/docmost.yml docmost ;\
|
||||||
|
}
|
||||||
|
deploy-outline: pull
|
||||||
|
{ \
|
||||||
|
echo "Deploying the outline stack..." ;\
|
||||||
|
set -a ;\
|
||||||
|
. ./swarm/.env ;\
|
||||||
|
set +a ;\
|
||||||
|
docker stack deploy --compose-file ./swarm/outline.yml outline ;\
|
||||||
|
}
|
||||||
# git submodule update --init --recursive
|
# git submodule update --init --recursive
|
||||||
Reference in New Issue
Block a user