NBXplorer does not have to restart if nodes get updated

This commit is contained in:
nicolas.dorier
2018-12-20 13:45:57 +09:00
parent 5f09e53e4d
commit 88bd288d76
9 changed files with 0 additions and 18 deletions

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "btg" NBXPLORER_CHAINS: "btg"
NBXPLORER_BTGRPCURL: http://bgoldd:43782/ NBXPLORER_BTGRPCURL: http://bgoldd:43782/
NBXPLORER_BTGNODEENDPOINT: bgoldd:39388 NBXPLORER_BTGNODEENDPOINT: bgoldd:39388
links:
- bgoldd
volumes: volumes:
- "bgold_datadir:/root/.bitcoingold" - "bgold_datadir:/root/.bitcoingold"
btcpayserver: btcpayserver:

View File

@@ -22,8 +22,6 @@ services:
NBXPLORER_CHAINS: "btc" NBXPLORER_CHAINS: "btc"
NBXPLORER_BTCRPCURL: http://bitcoind:43782/ NBXPLORER_BTCRPCURL: http://bitcoind:43782/
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388 NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
links:
- bitcoind
volumes: volumes:
- "bitcoin_datadir:/root/.bitcoin" - "bitcoin_datadir:/root/.bitcoin"
btcpayserver: btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "dash" NBXPLORER_CHAINS: "dash"
NBXPLORER_DASHRPCURL: http://dashd:9998/ NBXPLORER_DASHRPCURL: http://dashd:9998/
NBXPLORER_DASHNODEENDPOINT: dashd:9999 NBXPLORER_DASHNODEENDPOINT: dashd:9999
links:
- dashd
volumes: volumes:
- "dash_datadir:/root/.dashcore" - "dash_datadir:/root/.dashcore"
btcpayserver: btcpayserver:

View File

@@ -31,8 +31,6 @@ services:
NBXPLORER_DOGENODEENDPOINT: dogecoind:22556 NBXPLORER_DOGENODEENDPOINT: dogecoind:22556
NBXPLORER_DOGERPCUSER: ceiwHEbqWI83 NBXPLORER_DOGERPCUSER: ceiwHEbqWI83
NBXPLORER_DOGERPCPASSWORD: DwubwWsoo3 NBXPLORER_DOGERPCPASSWORD: DwubwWsoo3
links:
- dogecoind
volumes: volumes:
- "dogecoin_datadir:/root/.dogecoin" - "dogecoin_datadir:/root/.dogecoin"
btcpayserver: btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "ftc" NBXPLORER_CHAINS: "ftc"
NBXPLORER_FTCRPCURL: http://feathercoind:43782/ NBXPLORER_FTCRPCURL: http://feathercoind:43782/
NBXPLORER_FTCNODEENDPOINT: feathercoind:39388 NBXPLORER_FTCNODEENDPOINT: feathercoind:39388
links:
- feathercoind
volumes: volumes:
- "feathercoin_datadir:/root/.feathercoin" - "feathercoin_datadir:/root/.feathercoin"
btcpayserver: btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "grs" NBXPLORER_CHAINS: "grs"
NBXPLORER_GRSRPCURL: http://groestlcoind:43782/ NBXPLORER_GRSRPCURL: http://groestlcoind:43782/
NBXPLORER_GRSNODEENDPOINT: groestlcoind:39388 NBXPLORER_GRSNODEENDPOINT: groestlcoind:39388
links:
- groestlcoind
volumes: volumes:
- "groestlcoin_datadir:/root/.groestlcoin" - "groestlcoin_datadir:/root/.groestlcoin"
btcpayserver: btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "ltc" NBXPLORER_CHAINS: "ltc"
NBXPLORER_LTCRPCURL: http://litecoind:43782/ NBXPLORER_LTCRPCURL: http://litecoind:43782/
NBXPLORER_LTCNODEENDPOINT: litecoind:39388 NBXPLORER_LTCNODEENDPOINT: litecoind:39388
links:
- litecoind
volumes: volumes:
- "litecoin_datadir:/root/.litecoin" - "litecoin_datadir:/root/.litecoin"
btcpayserver: btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "mona" NBXPLORER_CHAINS: "mona"
NBXPLORER_MONARPCURL: http://monacoind:43782/ NBXPLORER_MONARPCURL: http://monacoind:43782/
NBXPLORER_MONANODEENDPOINT: monacoind:39388 NBXPLORER_MONANODEENDPOINT: monacoind:39388
links:
- monacoind
volumes: volumes:
- "monacoin_datadir:/root/.monacoin" - "monacoin_datadir:/root/.monacoin"
btcpayserver: btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "via" NBXPLORER_CHAINS: "via"
NBXPLORER_VIARPCURL: http://viacoind:43782/ NBXPLORER_VIARPCURL: http://viacoind:43782/
NBXPLORER_VIANODEENDPOINT: viacoind:39388 NBXPLORER_VIANODEENDPOINT: viacoind:39388
links:
- viacoind
volumes: volumes:
- "viacoin_datadir:/root/.viacoin" - "viacoin_datadir:/root/.viacoin"
btcpayserver: btcpayserver: