firehose/app.json
Willem van den Ende 99639090b6 Add healthcheck and attempt to fix devcontainer
user was root instead of vscode, and pi was broken.
Claude code had gone missing
2026-03-18 17:15:45 +00:00

21 lines
305 B
JSON

{
"name": "firehose",
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"path": "/",
"attempts": 5,
"wait": 3,
"timeout": 5
}
]
},
"scripts": {
"dokku": {
"postdeploy": "/app/bin/migrate"
}
}
}