mirror of
https://github.com/dokku/dokku.git
synced 2026-07-11 04:51:57 +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
|
|
}
|
|
]
|
|
}
|
|
}
|