Stu Mason · Folkestone, Kent
One entryMerged PR· crunch.stumason.dev· PHP

PR #48 merged: Compose healthcheck on app service (Coolify running:unknown fix)

additions
+8
deletions
-0
files changed
1

Coolify reports crunch as running:unknown — for compose deploys it only sees health the compose file itself declares. Adds a standard healthcheck to the app service: curl -f http://localhost:8000/up (Octane port, Laravel health route, curl already in the image). Sidecars (asr/vision/ocr) intentionally untouched — internal-only services.

Part of the estate hardening pass: every app gets a real health check.

🤖 Generated with Claude Code