fix NBXPLORER_CHAINS

This commit is contained in:
nicolas.dorier
2018-03-19 23:40:24 +09:00
parent bbe1827d80
commit dc8a005d04
5 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ services:
environment: environment:
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest} NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
NBXPLORER_BIND: 0.0.0.0:32838 NBXPLORER_BIND: 0.0.0.0:32838
BTCPAY_CHAINS: "btc,ltc" NBXPLORER_CHAINS: "btc,ltc"
NBXPLORER_BTCRPCURL: http://bitcoind:43782/ NBXPLORER_BTCRPCURL: http://bitcoind:43782/
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388 NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
NBXPLORER_LTCRPCURL: http://litecoind:43782/ NBXPLORER_LTCRPCURL: http://litecoind:43782/

View File

@@ -75,7 +75,7 @@ services:
environment: environment:
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest} NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
NBXPLORER_BIND: 0.0.0.0:32838 NBXPLORER_BIND: 0.0.0.0:32838
BTCPAY_CHAINS: "btc" NBXPLORER_CHAINS: "btc"
NBXPLORER_BTCRPCURL: http://bitcoind:43782/ NBXPLORER_BTCRPCURL: http://bitcoind:43782/
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388 NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
volumes: volumes:

View File

@@ -75,7 +75,7 @@ services:
environment: environment:
NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest} NBXPLORER_NETWORK: ${NBITCOIN_NETWORK:-regtest}
NBXPLORER_BIND: 0.0.0.0:32838 NBXPLORER_BIND: 0.0.0.0:32838
BTCPAY_CHAINS: "btc" NBXPLORER_CHAINS: "btc"
NBXPLORER_BTCRPCURL: http://bitcoind:43782/ NBXPLORER_BTCRPCURL: http://bitcoind:43782/
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388 NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
volumes: volumes:

View File

@@ -18,7 +18,7 @@ services:
- "bitcoin_datadir:/data" - "bitcoin_datadir:/data"
nbxplorer: nbxplorer:
environment: environment:
BTCPAY_CHAINS: "btc" NBXPLORER_CHAINS: "btc"
NBXPLORER_BTCRPCURL: http://bitcoind:43782/ NBXPLORER_BTCRPCURL: http://bitcoind:43782/
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388 NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
links: links:

View File

@@ -18,7 +18,7 @@ services:
- "litecoin_datadir:/data" - "litecoin_datadir:/data"
nbxplorer: nbxplorer:
environment: environment:
BTCPAY_CHAINS: "ltc" NBXPLORER_CHAINS: "ltc"
NBXPLORER_LTCRPCURL: http://litecoind:43782/ NBXPLORER_LTCRPCURL: http://litecoind:43782/
NBXPLORER_LTCNODEENDPOINT: litecoind:39388 NBXPLORER_LTCNODEENDPOINT: litecoind:39388
links: links: