Docker compose glitches

This commit is contained in:
Vivek Santayana 2022-08-20 18:21:52 +01:00
parent ddfd75c1f8
commit 7a20b46017
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ services:
networks: networks:
- frontend - frontend
depends_on: depends_on:
app: - app
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'" command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
app: app:

View File

@ -24,7 +24,7 @@ services:
networks: networks:
- frontend - frontend
depends_on: depends_on:
app: - app
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'" command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
app: app:
@ -43,7 +43,7 @@ services:
- frontend - frontend
- backend - backend
depends_on: depends_on:
postfix: - postfix
postfix: postfix:
container_name: reftest_postfix container_name: reftest_postfix