This commit is contained in:
PB
2022-10-07 03:17:20 +02:00
parent 2da3dd13d1
commit 55267a12e2
3 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/sh
# FIX paths...
# RUN FORM REPO ROOT DIR
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 \
--compose-file deploy/egommerce-stack.yml \
--compose-file deploy/egommerce-stack.dev.yml \
--compose-file deploy/egommerce-stack.dev.local.yml \
egommerce
echo "Done."