fix: healthcheck endpoint port fixed
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2026-02-24 16:34:32 +00:00
parent 6be1589a09
commit 1d6acfb43e

View File

@@ -24,7 +24,7 @@ services:
- /tmp - /tmp
- /app/.next/cache - /app/.next/cache
healthcheck: healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:80/"] test: ["CMD", "wget", "-qO-", "http://localhost:3000/"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3