mirror of
https://github.com/dokku/dokku.git
synced 2026-07-10 20:40:43 +02:00
14 lines
192 B
JSON
14 lines
192 B
JSON
{
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"name": "web readiness check",
|
|
"path": "/",
|
|
"timeout": 5,
|
|
"type": "readiness",
|
|
"wait": 2
|
|
}
|
|
]
|
|
}
|
|
}
|