Browse Source
Activate wallets and save in different volume
feature/lndseedbackup
nicolas.dorier
5 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
5 additions and
3 deletions
-
docker-compose-generator/docker-fragments/bitcoin.yml
|
|
@ -4,20 +4,21 @@ services: |
|
|
|
bitcoind: |
|
|
|
restart: unless-stopped |
|
|
|
container_name: btcpayserver_bitcoind |
|
|
|
image: btcpayserver/bitcoin:0.18.0 |
|
|
|
image: btcpayserver/bitcoin:0.18.0-1 |
|
|
|
environment: |
|
|
|
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest} |
|
|
|
BITCOIN_WALLETDIR: "/walletdata" |
|
|
|
BITCOIN_EXTRA_ARGS: | |
|
|
|
rpcport=43782 |
|
|
|
rpcbind=0.0.0.0:43782 |
|
|
|
port=39388 |
|
|
|
disablewallet=1 |
|
|
|
whitelist=0.0.0.0/0 |
|
|
|
expose: |
|
|
|
- "43782" |
|
|
|
- "39388" |
|
|
|
volumes: |
|
|
|
- "bitcoin_datadir:/data" |
|
|
|
- "bitcoin_wallet_datadir:/walletdata" |
|
|
|
nbxplorer: |
|
|
|
environment: |
|
|
|
NBXPLORER_CHAINS: "btc" |
|
|
@ -30,4 +31,5 @@ services: |
|
|
|
BTCPAY_CHAINS: "btc" |
|
|
|
BTCPAY_BTCEXPLORERURL: http://nbxplorer:32838/ |
|
|
|
volumes: |
|
|
|
bitcoin_datadir: |
|
|
|
bitcoin_datadir: |
|
|
|
bitcoin_wallet_datadir: |