mirror of
https://github.com/dokku/dokku.git
synced 2026-07-12 05:25:58 +02:00
22 lines
326 B
JSON
22 lines
326 B
JSON
|
|
{
|
||
|
|
"cron": [
|
||
|
|
{
|
||
|
|
"command": "task",
|
||
|
|
"schedule": "5 5 5 5 5"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"healthchecks": {
|
||
|
|
"web": [
|
||
|
|
{
|
||
|
|
"attempts": 2,
|
||
|
|
"content": "python/http.server",
|
||
|
|
"name": "check-1",
|
||
|
|
"path": "/",
|
||
|
|
"timeout": 5,
|
||
|
|
"type": "startup",
|
||
|
|
"wait": 2
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|