1
0
This commit is contained in:
nicolas.dorier
2022-12-12 16:27:00 +09:00
parent 684711c794
commit 9cd1e49321
2 changed files with 3 additions and 2 deletions

View File

@@ -4,9 +4,10 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: btcpayserver/bitcoin:24.0 image: btcpayserver/bitcoin:24.0-1
environment: environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest} BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
CREATE_WALLET: "false"
BITCOIN_WALLETDIR: "/walletdata" BITCOIN_WALLETDIR: "/walletdata"
# rpcport and rpcbind seems duplicates, but they are not # rpcport and rpcbind seems duplicates, but they are not
# rpcport is using by some tooling to automatically get # rpcport is using by some tooling to automatically get

View File

@@ -4,7 +4,7 @@ services:
nbxplorer: nbxplorer:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/nbxplorer:2.3.52 image: nicolasdorier/nbxplorer:2.3.53
expose: expose:
- "32838" - "32838"
environment: environment: