2020-06-20 17:02:27 -04:00
|
|
|
{
|
2023-10-15 00:22:24 -04:00
|
|
|
"healthchecks": {
|
|
|
|
|
"web": [
|
|
|
|
|
{
|
|
|
|
|
"attempts": 2,
|
|
|
|
|
"content": "python/http.server",
|
|
|
|
|
"name": "check-1",
|
|
|
|
|
"path": "/",
|
|
|
|
|
"timeout": 5,
|
|
|
|
|
"type": "startup",
|
|
|
|
|
"wait": 2
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2020-06-20 17:02:27 -04:00
|
|
|
"scripts": {
|
|
|
|
|
"dokku": {
|
2025-11-17 00:28:04 -05:00
|
|
|
// this is a comment for the postdeploy script
|
2023-10-15 00:22:24 -04:00
|
|
|
"postdeploy": "touch /app/postdeploy.test",
|
2025-11-17 00:28:04 -05:00
|
|
|
// this is a comment for the predeploy script
|
2023-10-15 00:22:24 -04:00
|
|
|
"predeploy": "touch /app/predeploy.test"
|
2020-06-20 17:02:27 -04:00
|
|
|
}
|
|
|
|
|
}
|
2023-10-15 00:22:24 -04:00
|
|
|
}
|