11version : ' 3.7'
22services :
33 frontend :
4- image : public.ecr.aws/x2b9z2t7/storedog/frontend:1.0.2
4+ image : public.ecr.aws/x2b9z2t7/storedog/frontend:1.0.8
55 command : yarn dev
66 volumes :
77 - " ../../services/frontend/site:/storedog-app/site"
@@ -12,7 +12,7 @@ services:
1212 networks :
1313 - storedog-net
1414 nginx :
15- image : public.ecr.aws/x2b9z2t7/storedog/nginx:1.0.2
15+ image : public.ecr.aws/x2b9z2t7/storedog/nginx:1.0.8
1616 restart : always
1717 ports :
1818 - " 80:80"
@@ -44,14 +44,12 @@ services:
4444 networks :
4545 - storedog-net
4646 web :
47- image : public.ecr.aws/x2b9z2t7/storedog/backend:1.0.7
47+ image : public.ecr.aws/x2b9z2t7/storedog/backend:1.0.8
4848 depends_on :
4949 - ' postgres'
5050 - ' redis'
5151 ports :
5252 - ' ${DOCKER_HOST_WEB_PORT:-4000}:4000'
53- volumes :
54- - ' bundle_cache:/bundle'
5553 environment :
5654 REDIS_URL : redis://redis:6379/0
5755 DB_HOST : postgres
@@ -60,14 +58,12 @@ services:
6058 networks :
6159 - storedog-net
6260 worker :
63- image : public.ecr.aws/x2b9z2t7/storedog/backend:1.0.7
61+ image : public.ecr.aws/x2b9z2t7/storedog/backend:1.0.8
6462 command : bundle exec sidekiq -C config/sidekiq.yml
6563 depends_on :
6664 - ' postgres'
6765 - ' redis'
6866 - ' web'
69- volumes :
70- - ' bundle_cache:/bundle'
7167 environment :
7268 REDIS_URL : redis://redis:6379/0
7369 DB_HOST : postgres
@@ -76,7 +72,7 @@ services:
7672 networks :
7773 - storedog-net
7874 ads :
79- image : public.ecr.aws/x2b9z2t7/storedog/ads:1.0.7
75+ image : public.ecr.aws/x2b9z2t7/storedog/ads:1.0.8
8076 command : flask run --port=${ADS_PORT} --host=0.0.0.0
8177 depends_on :
8278 - postgres
@@ -96,7 +92,7 @@ services:
9692 networks :
9793 - storedog-net
9894 discounts :
99- image : public.ecr.aws/x2b9z2t7/storedog/discounts:1.0.7
95+ image : public.ecr.aws/x2b9z2t7/storedog/discounts:1.0.8
10096 command : ./my-wrapper-script.sh ${DISCOUNTS_PORT}
10197 depends_on :
10298 - postgres
@@ -144,5 +140,5 @@ networks:
144140 driver : bridge
145141 ipam :
146142 config :
147- - subnet : 172.18 .0.0/16
148- gateway : 172.18 .0.1
143+ - subnet : 172.43 .0.0/16
144+ gateway : 172.43 .0.1
0 commit comments