mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
20 lines
298 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
} |