This commit is contained in:
PB
2022-10-06 20:40:27 +02:00
parent a811386ee3
commit 2da3dd13d1
16 changed files with 95 additions and 25 deletions

10
deploy/stack-start.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
# FIX paths...
echo "Starting egommerce stack..."
docker stack deploy --with-registry-auth \
--compose-file deployments/egommerce-stack.yml \
--compose-file deployments/egommerce-stack.dev.yml \
--compose-file deployments/egommerce-stack.dev.local.yml \
egommerce
echo "Done."