f1219ab4d3f2b1e8e7d8f2cbf67a8702b1a8aea7
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 revelant volumes are:
- /datadir in NBXplorer
- /datadir in BTCPayServer
- /data in Bitcoin
- /var/lib/postgresql/data in Postgres
Description
Languages
Shell
63.5%
C#
34.4%
PowerShell
1.8%
Dockerfile
0.3%
