Files
dokku/tests/apps/dockerfile-app-json-formations/app.json
2023-10-15 00:22:24 -04:00

20 lines
298 B
JSON

{
"formation": {
"web": {
"quantity": 1
}
},
"healthchecks": {
"web": [
{
"attempts": 2,
"content": "nodejs/express",
"name": "check-1",
"path": "/",
"timeout": 5,
"type": "startup",
"wait": 2
}
]
}
}