Update firefly.yaml
Add healthcheck to Cron
This commit is contained in:
parent
d807eb245d
commit
9eb0a27af5
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue