aprs.me/app.json
2025-06-15 15:11:45 -05:00

29 lines
507 B
JSON

{
"name": "aprs.me",
"description": "APRS web service",
"scripts": {
"dokku": {
"predeploy": "",
"postdeploy": ""
}
},
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web process check",
"description": "Checking web process startup",
"path": "/ready",
"attempts": 5,
"timeout": 10,
"wait": 5,
"initial_delay": 15
}
]
},
"formation": {
"web": {
"quantity": 1
}
}
}