36 lines
615 B
JSON
36 lines
615 B
JSON
{
|
|
"name": "aprs.me",
|
|
"description": "APRS web service",
|
|
"scripts": {
|
|
"dokku": {
|
|
"predeploy": "",
|
|
"postdeploy": ""
|
|
}
|
|
},
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"type": "startup",
|
|
"name": "web-startup",
|
|
"path": "/ready",
|
|
"attempts": 5,
|
|
"timeout": 30,
|
|
"wait": 5,
|
|
"initial_delay": 20
|
|
},
|
|
{
|
|
"type": "liveness",
|
|
"name": "web-liveness",
|
|
"path": "/health",
|
|
"attempts": 3,
|
|
"timeout": 10,
|
|
"wait": 10
|
|
}
|
|
]
|
|
},
|
|
"formation": {
|
|
"web": {
|
|
"quantity": 1
|
|
}
|
|
}
|
|
}
|