fix: update nginx health check to use port 8080 to avoid redirect loop

This commit is contained in:
admin 2025-11-18 07:13:52 +00:00
parent 48e8de6cd6
commit 4dc642ad54

View file

@ -106,7 +106,7 @@ services:
depends_on: depends_on:
- api - api
healthcheck: healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/health"] test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/health"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3