bump nbx
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user