mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-10 11:34:28 +01:00
fe00a52032fcd40c49577dfd03822d4e8246903b
How to use
Here is BTCPay Architecture
As you can see, it depends on several piece of infrastructure, mainly NBXplorer, Postgres, and 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.
This assume you already know how docker-compose works.
Used docker image used BTCPayServer, NBXplorer, Bitcoin Core and Postgres.
The Regtest docker-compose is 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.
You can provision a production BTCPay Server on Azure via this button:
Languages
Shell
57%
C#
38.9%
PowerShell
2.5%
Dockerfile
1.6%
