remove app.json
This commit is contained in:
parent
8acc0fc87f
commit
990807158e
1 changed files with 0 additions and 36 deletions
36
app.json
36
app.json
|
|
@ -1,36 +0,0 @@
|
|||
{
|
||||
"name": "aprs.me",
|
||||
"description": "APRS web service",
|
||||
"scripts": {
|
||||
"dokku": {
|
||||
"predeploy": "",
|
||||
"postdeploy": ""
|
||||
}
|
||||
},
|
||||
"healthchecks": {
|
||||
"web": [
|
||||
{
|
||||
"type": "startup",
|
||||
"name": "web-startup",
|
||||
"path": "/ready",
|
||||
"attempts": 10,
|
||||
"timeout": 60,
|
||||
"wait": 10,
|
||||
"initial_delay": 30
|
||||
},
|
||||
{
|
||||
"type": "liveness",
|
||||
"name": "web-liveness",
|
||||
"path": "/health",
|
||||
"attempts": 5,
|
||||
"timeout": 30,
|
||||
"wait": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
"formation": {
|
||||
"web": {
|
||||
"quantity": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue