Production debug

This commit is contained in:
2022-06-17 12:58:46 +01:00
parent 73f31016fd
commit 067ef4fd7f
4 changed files with 39 additions and 11 deletions

View File

@@ -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