mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-08 16:27:11 -05:00
20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"name": "dawarich",
|
|
"description": "Dawarich",
|
|
"buildpacks": [
|
|
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" },
|
|
{ "url": "https://github.com/heroku/heroku-buildpack-ruby.git" }
|
|
],
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"type": "startup",
|
|
"name": "web check",
|
|
"description": "Checking if the app responds to the /api/v1/health endpoint",
|
|
"path": "/api/v1/health",
|
|
"attempts": 10,
|
|
"interval": 10
|
|
}
|
|
]
|
|
}
|
|
}
|