Files
dokku/tests/apps/python/app-traefik.json

14 lines
192 B
JSON
Raw Normal View History

{
"healthchecks": {
"web": [
{
"name": "web readiness check",
"path": "/",
"timeout": 5,
"type": "readiness",
"wait": 2
}
]
}
}