Browse Source

fix NBXPLORER_CHAINS

migrate-pregen
nicolas.dorier 7 years ago
parent
commit
dc8a005d04
  1. 2
      Production/docker-compose.btc-ltc.yml
  2. 2
      Production/docker-compose.btc.yml
  3. 2
      Production/docker-compose.yml
  4. 2
      docker-compose-generator/docker-fragments/bitcoin.yml
  5. 2
      docker-compose-generator/docker-fragments/litecoin.yml

2
Production/docker-compose.btc-ltc.yml

@ -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/

2
Production/docker-compose.btc.yml

@ -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:

2
Production/docker-compose.yml

@ -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:

2
docker-compose-generator/docker-fragments/bitcoin.yml

@ -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:

2
docker-compose-generator/docker-fragments/litecoin.yml

@ -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:

Loading…
Cancel
Save