mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Refactor makefile to add deployment for mailserver stack
This commit is contained in:
@@ -32,6 +32,14 @@ deploy-portainer: pull
|
|||||||
docker stack deploy --compose-file ./swarm/portainer.yml portainer ;\
|
docker stack deploy --compose-file ./swarm/portainer.yml portainer ;\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
deploy-swarmpit: pull
|
||||||
|
{ \
|
||||||
|
echo "Deploying the swarmpit stack..." ;\
|
||||||
|
set -a ;\
|
||||||
|
. ./swarm/.env ;\
|
||||||
|
set +a ;\
|
||||||
|
docker stack deploy --compose-file ./swarm/swarmpit.yml swarmpit ;\
|
||||||
|
}
|
||||||
deploy-services: pull
|
deploy-services: pull
|
||||||
{ \
|
{ \
|
||||||
echo "Deploying the services stack..." ;\
|
echo "Deploying the services stack..." ;\
|
||||||
@@ -81,14 +89,6 @@ deploy-ghost: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/ghost.yml ghost ;\
|
docker stack deploy --compose-file ./swarm/ghost.yml ghost ;\
|
||||||
}
|
}
|
||||||
deploy-swarmpit: pull
|
|
||||||
{ \
|
|
||||||
echo "Deploying the swarmpit stack..." ;\
|
|
||||||
set -a ;\
|
|
||||||
. ./swarm/.env ;\
|
|
||||||
set +a ;\
|
|
||||||
docker stack deploy --compose-file ./swarm/swarmpit.yml swarmpit ;\
|
|
||||||
}
|
|
||||||
deploy-librechat: pull
|
deploy-librechat: pull
|
||||||
{ \
|
{ \
|
||||||
echo "Deploying the librechat stack..." ;\
|
echo "Deploying the librechat stack..." ;\
|
||||||
@@ -97,6 +97,14 @@ deploy-librechat: pull
|
|||||||
set +a ;\
|
set +a ;\
|
||||||
docker stack deploy --compose-file ./swarm/librechat.yml librechat ;\
|
docker stack deploy --compose-file ./swarm/librechat.yml librechat ;\
|
||||||
}
|
}
|
||||||
|
deploy-mailserver: pull
|
||||||
|
{ \
|
||||||
|
echo "Deploying the mailserver stack..." ;\
|
||||||
|
set -a ;\
|
||||||
|
. ./swarm/.env ;\
|
||||||
|
set +a ;\
|
||||||
|
docker stack deploy --compose-file ./swarm/mailserver.yml mailserver ;\
|
||||||
|
}
|
||||||
deploy-openwebui: pull
|
deploy-openwebui: pull
|
||||||
{ \
|
{ \
|
||||||
echo "Deploying the openwebui stack..." ;\
|
echo "Deploying the openwebui stack..." ;\
|
||||||
@@ -121,12 +129,4 @@ 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-mailserver: pull
|
|
||||||
{ \
|
|
||||||
echo "Deploying the mailserver stack..." ;\
|
|
||||||
set -a ;\
|
|
||||||
. ./swarm/.env ;\
|
|
||||||
set +a ;\
|
|
||||||
docker stack deploy --compose-file ./swarm/mailserver.yml mailserver ;\
|
|
||||||
}
|
|
||||||
# git submodule update --init --recursive
|
# git submodule update --init --recursive
|
||||||
Reference in New Issue
Block a user