mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 08:24:19 +01:00
NBXplorer does not have to restart if nodes get updated
This commit is contained in:
@@ -21,8 +21,6 @@ services:
|
||||
NBXPLORER_CHAINS: "btg"
|
||||
NBXPLORER_BTGRPCURL: http://bgoldd:43782/
|
||||
NBXPLORER_BTGNODEENDPOINT: bgoldd:39388
|
||||
links:
|
||||
- bgoldd
|
||||
volumes:
|
||||
- "bgold_datadir:/root/.bitcoingold"
|
||||
btcpayserver:
|
||||
|
||||
@@ -22,8 +22,6 @@ services:
|
||||
NBXPLORER_CHAINS: "btc"
|
||||
NBXPLORER_BTCRPCURL: http://bitcoind:43782/
|
||||
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
|
||||
links:
|
||||
- bitcoind
|
||||
volumes:
|
||||
- "bitcoin_datadir:/root/.bitcoin"
|
||||
btcpayserver:
|
||||
|
||||
@@ -21,8 +21,6 @@ services:
|
||||
NBXPLORER_CHAINS: "dash"
|
||||
NBXPLORER_DASHRPCURL: http://dashd:9998/
|
||||
NBXPLORER_DASHNODEENDPOINT: dashd:9999
|
||||
links:
|
||||
- dashd
|
||||
volumes:
|
||||
- "dash_datadir:/root/.dashcore"
|
||||
btcpayserver:
|
||||
|
||||
@@ -31,8 +31,6 @@ services:
|
||||
NBXPLORER_DOGENODEENDPOINT: dogecoind:22556
|
||||
NBXPLORER_DOGERPCUSER: ceiwHEbqWI83
|
||||
NBXPLORER_DOGERPCPASSWORD: DwubwWsoo3
|
||||
links:
|
||||
- dogecoind
|
||||
volumes:
|
||||
- "dogecoin_datadir:/root/.dogecoin"
|
||||
btcpayserver:
|
||||
|
||||
@@ -21,8 +21,6 @@ services:
|
||||
NBXPLORER_CHAINS: "ftc"
|
||||
NBXPLORER_FTCRPCURL: http://feathercoind:43782/
|
||||
NBXPLORER_FTCNODEENDPOINT: feathercoind:39388
|
||||
links:
|
||||
- feathercoind
|
||||
volumes:
|
||||
- "feathercoin_datadir:/root/.feathercoin"
|
||||
btcpayserver:
|
||||
|
||||
@@ -21,8 +21,6 @@ services:
|
||||
NBXPLORER_CHAINS: "grs"
|
||||
NBXPLORER_GRSRPCURL: http://groestlcoind:43782/
|
||||
NBXPLORER_GRSNODEENDPOINT: groestlcoind:39388
|
||||
links:
|
||||
- groestlcoind
|
||||
volumes:
|
||||
- "groestlcoin_datadir:/root/.groestlcoin"
|
||||
btcpayserver:
|
||||
|
||||
@@ -21,8 +21,6 @@ services:
|
||||
NBXPLORER_CHAINS: "ltc"
|
||||
NBXPLORER_LTCRPCURL: http://litecoind:43782/
|
||||
NBXPLORER_LTCNODEENDPOINT: litecoind:39388
|
||||
links:
|
||||
- litecoind
|
||||
volumes:
|
||||
- "litecoin_datadir:/root/.litecoin"
|
||||
btcpayserver:
|
||||
|
||||
@@ -21,8 +21,6 @@ services:
|
||||
NBXPLORER_CHAINS: "mona"
|
||||
NBXPLORER_MONARPCURL: http://monacoind:43782/
|
||||
NBXPLORER_MONANODEENDPOINT: monacoind:39388
|
||||
links:
|
||||
- monacoind
|
||||
volumes:
|
||||
- "monacoin_datadir:/root/.monacoin"
|
||||
btcpayserver:
|
||||
|
||||
@@ -21,8 +21,6 @@ services:
|
||||
NBXPLORER_CHAINS: "via"
|
||||
NBXPLORER_VIARPCURL: http://viacoind:43782/
|
||||
NBXPLORER_VIANODEENDPOINT: viacoind:39388
|
||||
links:
|
||||
- viacoind
|
||||
volumes:
|
||||
- "viacoin_datadir:/root/.viacoin"
|
||||
btcpayserver:
|
||||
|
||||
Reference in New Issue
Block a user