Enable PROXY procotol for proxy hosts

This commit is contained in:
Semjon Nordmann
2024-03-10 09:49:34 +01:00
parent d40f9e06fc
commit c6465a5090
17 changed files with 155 additions and 14 deletions

View File

@ -19,7 +19,9 @@ services:
expose:
- 81
- 80
- 88
- 443
- 444
depends_on:
- db
healthcheck:
@ -43,7 +45,9 @@ services:
expose:
- 81
- 80
- 88
- 443
- 444
healthcheck:
test: ["CMD", "/usr/bin/check-health"]
interval: 10s