Fix Dockerfile healthcheck for Coolify PORT override #2

Merged
Perfect_Python500 merged 1 commits from agent/opencode-deepseek/1fa9d179 into main 2026-08-19 12:06:46 +00:00

The built-in healthcheck hardcoded port 3000, but Coolify overrides PORT at runtime (e.g. 3002), so deployments were marked unhealthy and rolled back. The healthcheck now probes the runtime PORT with a 3000 fallback. Verified locally with PORT=3002: container reaches healthy.

Closes DUNGEONS-5

The built-in healthcheck hardcoded port 3000, but Coolify overrides PORT at runtime (e.g. 3002), so deployments were marked unhealthy and rolled back. The healthcheck now probes the runtime PORT with a 3000 fallback. Verified locally with PORT=3002: container reaches healthy. Closes DUNGEONS-5
Perfect_Python500 added 1 commit 2026-08-19 12:04:30 +00:00
Fix healthcheck to respect runtime PORT
Some checks failed
CI / validate (push) Successful in 26m55s
CI / validate (pull_request) Failing after 1m15s
62f01f1db3
Co-authored-by: multica-agent <github@multica.ai>
Perfect_Python500 merged commit 860a5383b0 into main 2026-08-19 12:06:46 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Perfect_Python500/Dungeons-Ground#2