Activate wallets and save in different volume
This commit is contained in:
@@ -4,20 +4,21 @@ services:
|
|||||||
bitcoind:
|
bitcoind:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: btcpayserver_bitcoind
|
container_name: btcpayserver_bitcoind
|
||||||
image: btcpayserver/bitcoin:0.18.0
|
image: btcpayserver/bitcoin:0.18.0-1
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||||
|
BITCOIN_WALLETDIR: "/walletdata"
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
rpcport=43782
|
rpcport=43782
|
||||||
rpcbind=0.0.0.0:43782
|
rpcbind=0.0.0.0:43782
|
||||||
port=39388
|
port=39388
|
||||||
disablewallet=1
|
|
||||||
whitelist=0.0.0.0/0
|
whitelist=0.0.0.0/0
|
||||||
expose:
|
expose:
|
||||||
- "43782"
|
- "43782"
|
||||||
- "39388"
|
- "39388"
|
||||||
volumes:
|
volumes:
|
||||||
- "bitcoin_datadir:/data"
|
- "bitcoin_datadir:/data"
|
||||||
|
- "bitcoin_wallet_datadir:/walletdata"
|
||||||
nbxplorer:
|
nbxplorer:
|
||||||
environment:
|
environment:
|
||||||
NBXPLORER_CHAINS: "btc"
|
NBXPLORER_CHAINS: "btc"
|
||||||
@@ -31,3 +32,4 @@ services:
|
|||||||
BTCPAY_BTCEXPLORERURL: http://nbxplorer:32838/
|
BTCPAY_BTCEXPLORERURL: http://nbxplorer:32838/
|
||||||
volumes:
|
volumes:
|
||||||
bitcoin_datadir:
|
bitcoin_datadir:
|
||||||
|
bitcoin_wallet_datadir:
|
||||||
Reference in New Issue
Block a user