Production debug
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
networks:
|
||||
- frontend
|
||||
depends_on:
|
||||
- ref_test_app
|
||||
- app
|
||||
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
|
||||
|
||||
app:
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
- frontend
|
||||
- backend
|
||||
depends_on:
|
||||
- ref_test_postfix
|
||||
- postfix
|
||||
|
||||
postfix:
|
||||
container_name: ref_test_postfix
|
||||
|
Reference in New Issue
Block a user