From 61ce3e39a57bdf7720477c04b9f63d55c015d6de Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 18 Dec 2017 13:36:32 +0900 Subject: [PATCH] document deploy to azure --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b25b1da..17e0c5c 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,8 @@ Used docker image used [BTCPayServer](https://hub.docker.com/r/nicolasdorier/btc The [Regtest](Regtest) docker-compose is used for local testing. -The [Production](Production) docker-compose is used for production environment. It is using NGinx as a reverse proxy and [Let's Encrypt and DockerGen](https://github.com/gilyes/docker-nginx-letsencrypt-sample) to automatically configured HTTPS. \ No newline at end of file +The [Production](Production) docker-compose is used for production environment. It is using NGinx as a reverse proxy and [Let's Encrypt and DockerGen](https://github.com/gilyes/docker-nginx-letsencrypt-sample) to automatically configured HTTPS. + +You can provision a production BTCPay Server on Azure via this button: + +[![Deploy to Azure](https://azuredeploy.net/deploybutton.svg)](https://deploy.azure.com/?repository=https://github.com/btcpayserver/btcpayserver-azure?ptmpl=parameters.azuredeploy.json) \ No newline at end of file