Docker resources for hosting BTCPayServer easily
Go to file
2017-10-17 11:20:41 +09:00
Regtest update version 2017-10-17 11:20:41 +09:00
LICENSE Init 2017-09-15 01:24:33 +09:00
README.md Better regtest sample 2017-09-29 17:05:50 +09:00

How to use

Here is BTCPay Architecture

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