From c0e2f0fe74140750fdacbfbf36e42541eca26c8e Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 21 Nov 2021 17:28:33 +0100 Subject: [PATCH] Most basic Heroku support --- README.md | 4 ++++ app.json | 1 + 2 files changed, 5 insertions(+) create mode 100644 app.json diff --git a/README.md b/README.md index 5ad1035..4b72a00 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,10 @@ Then execute docker-compose build --no-cache --pull ``` +Using Heroku free tier: + +[Deploy to Heroku](https://heroku.com/deploy?template=https://github.com/pictuga/morss) + ## Run morss will auto-detect what "mode" to use. diff --git a/app.json b/app.json new file mode 100644 index 0000000..7d2d73b --- /dev/null +++ b/app.json @@ -0,0 +1 @@ +{"stack": "container"}