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.

11 lines
365 B

7 years ago
# About this docker-compose
7 years ago
This docker-compose shows how to configure postgres, bitcoind, NBXplorer and BTCPay on regtest.
7 years ago
It exposes BTCPay on the host address http://localhost:8080/.
7 years ago
It also exposes Bitcoin Core RPC which you can access through port 8081:
```
bitcoin-cli -regtest -rpcport=8081 -rpcpassword=DwubwWsoo3 -rpcuser=ceiwHEbqWI83 getblockcount
```