Fixed docker-compose depends_on mappings

This commit is contained in:
Vivek Santayana 2022-09-13 12:03:40 +01:00
parent a9ccd64de2
commit 80dc8b3cff
2 changed files with 3 additions and 3 deletions

View File

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

View File

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