|
|
@ -4,11 +4,12 @@ services: |
|
|
|
bitcoind: |
|
|
|
restart: unless-stopped |
|
|
|
container_name: btcpayserver_bitcoind |
|
|
|
image: nicolasdorier/docker-bitcoin:0.16.3 |
|
|
|
image: nicolasdorier/docker-bitcoin:0.17.0 |
|
|
|
environment: |
|
|
|
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest} |
|
|
|
BITCOIN_EXTRA_ARGS: | |
|
|
|
deprecatedrpc=signrawtransaction |
|
|
|
rpcport=43782 |
|
|
|
${NBITCOIN_NETWORK:-regtest}=1 |
|
|
|
port=39388 |
|
|
|
whitelist=0.0.0.0/0 |
|
|
|
expose: |
|
|
|