1
0

Merge remote-tracking branch 'btcpayserver/master' into grs-clightning

This commit is contained in:
Andrew Camilleri
2018-12-20 11:22:44 +01:00
11 changed files with 2 additions and 21 deletions

View File

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

View File

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

View File

@@ -4,7 +4,7 @@ services:
btcpayserver:
restart: unless-stopped
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.31}
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.32}
expose:
- "49392"
environment:
@@ -18,7 +18,6 @@ services:
BTCPAY_SSHKEYFILE: ${BTCPAY_SSHKEYFILE}
BTCPAY_DEBUGLOG: btcpay.log
links:
- nbxplorer
- postgres
volumes:
- "btcpay_datadir:/datadir"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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