This commit is contained in:
Piotr Biernat
2024-12-06 17:08:55 +01:00
parent 0173d65f9b
commit 35dd2d38bf
4 changed files with 3 additions and 23 deletions

View File

@@ -2,10 +2,8 @@
# RUN IT FORM THE REPO ROOT DIR
echo "Starting egommerce docker stack..."
docker stack deploy --with-registry-auth \
--detach=false \
docker stack deploy --with-registry-auth --detach=false \
--compose-file deploy/docker/stack.yml \
--compose-file deploy/docker/stack.prod.yml \
--compose-file deploy/docker/stack.dev.yml \
--compose-file deploy/docker/stack.dev.local.yml \
egommerce