update
This commit is contained in:
10
deploy/stack-start.sh
Normal file
10
deploy/stack-start.sh
Normal 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."
|
||||
Reference in New Issue
Block a user