diff --git a/app.json b/app.json new file mode 100644 index 00000000..cc35f74b --- /dev/null +++ b/app.json @@ -0,0 +1,13 @@ +{ + "healthchecks": { + "web": [ + { + "type": "startup", + "name": "web check", + "description": "Checking if the app responds to the GET /", + "path": "/", + "attempts": 3 + } + ] + } +}