From bd222c99c6ee894e5dd54f0077666531b78639db Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 15 Dec 2021 23:28:23 +0100 Subject: [PATCH] Adding heroku app.json app --- app.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app.json 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" +}