diff --git a/Production/docker-compose.btc-ltc.yml b/Production/docker-compose.btc-ltc.yml index fa482c8..d4803cc 100644 --- a/Production/docker-compose.btc-ltc.yml +++ b/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/ diff --git a/Production/docker-compose.btc.yml b/Production/docker-compose.btc.yml index a145c33..b34a112 100644 --- a/Production/docker-compose.btc.yml +++ b/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: diff --git a/Production/docker-compose.yml b/Production/docker-compose.yml index a145c33..b34a112 100644 --- a/Production/docker-compose.yml +++ b/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: diff --git a/docker-compose-generator/docker-fragments/bitcoin.yml b/docker-compose-generator/docker-fragments/bitcoin.yml index 8f1c2d1..3de26b8 100644 --- a/docker-compose-generator/docker-fragments/bitcoin.yml +++ b/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: diff --git a/docker-compose-generator/docker-fragments/litecoin.yml b/docker-compose-generator/docker-fragments/litecoin.yml index 0ba23a4..4a5c9c0 100644 --- a/docker-compose-generator/docker-fragments/litecoin.yml +++ b/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: