Enable health check for cron daemon (#408)

Thanks!
This commit is contained in:
1OSA
2025-11-05 15:39:30 +03:00
committed by GitHub
parent 368417c5d8
commit 6b6028bb52

View File

@@ -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