From a87eb60051863086821706b01b39f7f707b63362 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Mon, 26 Oct 2020 17:44:44 +0100 Subject: [PATCH] Add Heroku deploy button --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index aa0d2fb..96cded1 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,15 @@ All environment variables must be prefixed by `LNME_` use `_` instead of `-` ### Deployment +It is the easiest to run LnMe on the same node as LND. But you can run it anywhere as long as your LND node is accessible. + +#### Heroku +One click deployment with Heroku: + +[![Deploy on Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bumi/lnme) + +#### Notes + To run LnMe as systemd service have a look at the [systemd service example config](https://github.com/bumi/lnme/blob/master/examples/lnme.service) I am running LnMe behind a reverse proxy using [caddy](https://caddyserver.com/) which comes with [fully-managed HTTPS](https://caddyserver.com/docs/quick-starts/https) via [letsencrypt](https://letsencrypt.org/).