Files
dokku/tests/apps/python/app-traefik.json
2026-03-10 19:17:20 -04:00

14 lines
192 B
JSON

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