fix
This commit is contained in:
parent
2da3dd13d1
commit
55267a12e2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
deploy/*.local.yml
|
*.local.yml
|
||||||
|
@ -26,7 +26,7 @@ services:
|
|||||||
- postgres_network
|
- postgres_network
|
||||||
|
|
||||||
basket_svc:
|
basket_svc:
|
||||||
image: egommerce_basket:latest
|
image: git.pbiernat.dev/egommerce/basket-svc:latest # fixme :stable
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgres://PROD_BASKET_USER:PROD_PASS@postgres_svc:5432/PROD_DATABASE
|
- DATABASE_URL=postgres://PROD_BASKET_USER:PROD_PASS@postgres_svc:5432/PROD_DATABASE
|
||||||
networks:
|
networks:
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# FIX paths...
|
# RUN FORM REPO ROOT DIR
|
||||||
|
|
||||||
echo "Starting egommerce stack..."
|
echo "Starting egommerce stack..."
|
||||||
docker stack deploy --with-registry-auth \
|
docker stack deploy --with-registry-auth \
|
||||||
--compose-file deployments/egommerce-stack.yml \
|
--compose-file deploy/egommerce-stack.yml \
|
||||||
--compose-file deployments/egommerce-stack.dev.yml \
|
--compose-file deploy/egommerce-stack.dev.yml \
|
||||||
--compose-file deployments/egommerce-stack.dev.local.yml \
|
--compose-file deploy/egommerce-stack.dev.local.yml \
|
||||||
egommerce
|
egommerce
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
Loading…
Reference in New Issue
Block a user