Update firefly.yaml

Add healthcheck to Cron
This commit is contained in:
che0one
2024-11-02 23:12:30 +04:00
committed by GitHub
parent d807eb245d
commit 9eb0a27af5

View File

@@ -68,3 +68,9 @@ services:
crond -f -L /dev/stdout
environment:
- STATIC_CRON_TOKEN=$SERVICE_BASE64_CRONTOKEN
healthcheck:
test: ["CMD-SHELL", "ls /entrypoint.sh || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s