diff --git a/compose.yaml b/compose.yaml index e8206b1..844b310 100644 --- a/compose.yaml +++ b/compose.yaml @@ -30,7 +30,7 @@ services: # Health check - monitors if cron daemon is running to ensure scheduled jobs can execute # Container marked unhealthy if cron process dies - #healthcheck: + healthcheck: test: ["CMD", "sh", "-c", "pgrep cron > /dev/null || exit 1"] interval: 60s timeout: 10s