Files
btcpayserver-docker/Regtest
nicolas.dorier fe55b7fd3a bump
2018-03-07 08:07:36 -05:00
..
2018-03-07 08:07:36 -05:00
2017-12-18 19:02:53 +09:00

About this docker-compose

This docker-compose shows how to configure postgres, bitcoind, NBXplorer and BTCPay on regtest.

Architecture

It exposes BTCPay on the host address http://localhost:8080/.

If you need to access bitcoind RPC, you can use bitcoin-cli inside the container:

On Powershell:

.\docker-bitcoin-cli getblockcount

On Linux:

docker exec -ti btcpayserver_regtest_bitcoind bitcoin-cli -regtest -conf="/data/bitcoin.conf" -datadir="/data" getblockcount