Refactoring

This commit is contained in:
PB
2022-11-30 02:20:48 +01:00
parent 55267a12e2
commit ea63c86bf8
28 changed files with 1005 additions and 36 deletions

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

@@ -0,0 +1,11 @@
#!/bin/sh
# RUN IT FORM THE REPO ROOT DIR
echo "Starting egommerce stack..."
docker stack deploy --with-registry-auth \
--compose-file deploy/egommerce-stack.yml \
--compose-file deploy/egommerce-stack.dev.yml \
--compose-file deploy/egommerce-stack.dev.local.yml \
egommerce
echo "Done."