You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
nicolas.dorier b85aa6fa0e bump 7 years ago
..
README.md add doc 7 years ago
docker-bitcoin-cli.ps1 Allow the user to use bitcoin-cli inside the container instead of the host's 7 years ago
docker-compose.yml bump 7 years ago

README.md

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