Updating LND in altcoins docker file as well

This commit is contained in:
rockstardev
2021-02-01 01:03:19 -06:00
parent 65a0c6a4b3
commit b21353c4f9

View File

@@ -225,18 +225,21 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.11.0-beta
image: btcpayserver/lnd:v0.12.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
LND_ENVIRONMENT: "regtest"
LND_EXPLORERURL: "http://nbxplorer:32838/"
LND_REST_LISTEN_HOST: http://merchant_lnd:8080
LND_EXTRA_ARGS: |
restlisten=0.0.0.0:8080
restlisten=merchant_lnd:8080
rpclisten=127.0.0.1:10008
rpclisten=0.0.0.0:10009
rpclisten=merchant_lnd:10009
bitcoin.node=bitcoind
bitcoind.rpchost=bitcoind:43782
bitcoind.rpcuser=ceiwHEbqWI83
bitcoind.rpcpass=DwubwWsoo3
bitcoind.zmqpubrawblock=tcp://bitcoind:28332
bitcoind.zmqpubrawtx=tcp://bitcoind:28333
externalip=merchant_lnd:9735
@@ -244,6 +247,7 @@ services:
no-macaroons=1
debuglevel=debug
trickledelay=1000
no-rest-tls=1
ports:
- "35531:8080"
expose:
@@ -255,18 +259,21 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.11.0-beta
image: btcpayserver/lnd:v0.12.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
LND_ENVIRONMENT: "regtest"
LND_EXPLORERURL: "http://nbxplorer:32838/"
LND_REST_LISTEN_HOST: http://customer_lnd:8080
LND_EXTRA_ARGS: |
restlisten=0.0.0.0:8080
restlisten=customer_lnd:8080
rpclisten=127.0.0.1:10008
rpclisten=0.0.0.0:10009
rpclisten=customer_lnd:10009
bitcoin.node=bitcoind
bitcoind.rpchost=bitcoind:43782
bitcoind.rpcuser=ceiwHEbqWI83
bitcoind.rpcpass=DwubwWsoo3
bitcoind.zmqpubrawblock=tcp://bitcoind:28332
bitcoind.zmqpubrawtx=tcp://bitcoind:28333
externalip=customer_lnd:10009
@@ -274,6 +281,7 @@ services:
no-macaroons=1
debuglevel=debug
trickledelay=1000
no-rest-tls=1
ports:
- "35532:8080"
expose: