We have refactored our Docker healthcheck mechanism to rely on a internal heartbeat file rather than the web interface's /health endpoint. Previously, deployments with ENABLE_WEB=false were incorrectly marked as perpetually unhealthy, which masked genuine process failures. This change ensures accurate liveness reporting regardless of which interfaces are enabled. is that the IT crowd