diff --git a/app.json b/app.json new file mode 100644 index 00000000..a9249e88 --- /dev/null +++ b/app.json @@ -0,0 +1,21 @@ +{ + "name": "ChangeDetection.io", + "description": "The best and simplest self-hosted open source website change detection monitoring and notification service.", + "keywords": [ + "changedetection", + "website monitoring" + ], + "repository": "https://github.com/dgtlmoon/changedetection.io", + "success_url": "/", + "scripts": { + }, + "env": { + }, + "formation": { + "web": { + "quantity": 1, + "size": "free" + } + }, + "image": "heroku/python" +}