[BREAKGLASS] Docker resources for hosting BTCPayServer easily
Go to file
2018-01-13 14:21:42 +09:00
Production make sure nginx does not crash with long domain name 2018-01-13 14:20:03 +09:00
Regtest bump 2018-01-13 12:55:58 +09:00
.gitignore ignore env file 2018-01-12 17:39:35 +09:00
LICENSE Init 2017-09-15 01:24:33 +09:00
publish-stable.ps1 helper script 2018-01-13 14:21:42 +09:00
README.md remove useless sentence 2017-12-18 19:04:44 +09:00

How to use

This repository is hosting different docker-compose which can be used to facilitate deployment of BTCPay Server.

Architecture

As you can see, it depends on several piece of infrastructure, mainly:

  • A lightweight block explorer (NBXplorer),
  • A database (Postgres, or SQLite),
  • A full node (Bitcoin Core)

Setting up the dependencies might be time consuming, this repository is meant to give working example of docker-compose file which will setup everything for you.

The Regtest docker-compose can be used for local testing.

The Production docker-compose is used for production environment. It is using NGinx as a reverse proxy and Let's Encrypt and DockerGen to automatically configured HTTPS.

The production docker-compose is used under the hood to deploy an instance of BTCPay on Microsoft Azure in one click:

Deploy to Azure