mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 20:34:20 +01:00
fix NBXPLORER_CHAINS
This commit is contained in:
@@ -76,7 +76,7 @@ services:
|
||||
environment:
|
||||
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||
NBXPLORER_BIND: 0.0.0.0:32838
|
||||
BTCPAY_CHAINS: "btc,ltc"
|
||||
NBXPLORER_CHAINS: "btc,ltc"
|
||||
NBXPLORER_BTCRPCURL: http://bitcoind:43782/
|
||||
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
|
||||
NBXPLORER_LTCRPCURL: http://litecoind:43782/
|
||||
|
||||
@@ -75,7 +75,7 @@ services:
|
||||
environment:
|
||||
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||
NBXPLORER_BIND: 0.0.0.0:32838
|
||||
BTCPAY_CHAINS: "btc"
|
||||
NBXPLORER_CHAINS: "btc"
|
||||
NBXPLORER_BTCRPCURL: http://bitcoind:43782/
|
||||
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
|
||||
volumes:
|
||||
|
||||
@@ -75,7 +75,7 @@ services:
|
||||
environment:
|
||||
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||
NBXPLORER_BIND: 0.0.0.0:32838
|
||||
BTCPAY_CHAINS: "btc"
|
||||
NBXPLORER_CHAINS: "btc"
|
||||
NBXPLORER_BTCRPCURL: http://bitcoind:43782/
|
||||
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
|
||||
volumes:
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- "bitcoin_datadir:/data"
|
||||
nbxplorer:
|
||||
environment:
|
||||
BTCPAY_CHAINS: "btc"
|
||||
NBXPLORER_CHAINS: "btc"
|
||||
NBXPLORER_BTCRPCURL: http://bitcoind:43782/
|
||||
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
|
||||
links:
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- "litecoin_datadir:/data"
|
||||
nbxplorer:
|
||||
environment:
|
||||
BTCPAY_CHAINS: "ltc"
|
||||
NBXPLORER_CHAINS: "ltc"
|
||||
NBXPLORER_LTCRPCURL: http://litecoind:43782/
|
||||
NBXPLORER_LTCNODEENDPOINT: litecoind:39388
|
||||
links:
|
||||
|
||||
Reference in New Issue
Block a user