fix: hc from localhost to 127.0.0.1

This commit is contained in:
Andras Bacsai
2024-05-17 10:11:55 +02:00
parent 70a4b7c863
commit e2ba5abe76
64 changed files with 138 additions and 138 deletions

View File

@@ -14,7 +14,7 @@ services:
- SERVICE_FQDN_FRONTEND
- PENPOT_FLAGS=${PENPOT_FRONTEND_FLAGS:-enable-login-with-password}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s
timeout: 10s
retries: 15
@@ -48,7 +48,7 @@ services:
- PENPOT_SMTP_TLS=${PENPOT_SMTP_TLS:-false}
- PENPOT_SMTP_SSL=${PENPOT_SMTP_SSL:-false}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:6060"]
test: ["CMD", "curl", "-f", "http://127.0.0.1:6060"]
interval: 2s
timeout: 10s
retries: 15