aprs.me/app.json
2025-06-15 14:55:05 -05:00

23 lines
376 B
JSON

{
"name": "aprs.me",
"description": "APRS web service",
"scripts": {
"dokku": {
"predeploy": "",
"postdeploy": ""
}
},
"checks": {
"web": [
{
"type": "http",
"name": "web-health",
"path": "/health",
"attempts": 3,
"timeout": 5,
"wait": 10,
"initial_delay": 10
}
]
}
}