1
0

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
vutov
2018-05-14 19:14:51 +03:00
21 changed files with 219 additions and 57 deletions

View File

@@ -2,14 +2,15 @@ version: "3"
services:
clightning_bitcoin:
image: nicolasdorier/clightning:0.0.0.12
image: nicolasdorier/clightning:0.0.0.14
container_name: btcpayserver_clightning_bitcoin
restart: always
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin
bitcoin-rpcconnect=bitcoind
ipaddr=${BTCPAY_HOST}
announce-addr=${BTCPAY_HOST}:9735
bind-addr=0.0.0.0:9735
network=${NBITCOIN_NETWORK:-regtest}
alias=${LIGHTNING_ALIAS}
chain=btc

View File

@@ -4,7 +4,7 @@ services:
btcpayserver:
restart: always
image: nicolasdorier/btcpayserver:1.0.2.6
image: nicolasdorier/btcpayserver:1.0.2.18
expose:
- "49392"
environment:
@@ -34,7 +34,7 @@ services:
nbxplorer:
restart: always
image: nicolasdorier/nbxplorer:1.0.2.3
image: nicolasdorier/nbxplorer:1.0.2.7
expose:
- "32838"
environment:

View File

@@ -2,15 +2,15 @@ version: "3"
services:
clightning_litecoin:
image: nicolasdorier/clightning:0.0.0.12
image: nicolasdorier/clightning:0.0.0.14
container_name: btcpayserver_clightning_litecoin
restart: always
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin
bitcoin-rpcconnect=litecoind
port=9736
ipaddr=${BTCPAY_HOST}:9736
bind-addr=0.0.0.0:9735
announce-addr=${BTCPAY_HOST}:9736
network=${NBITCOIN_NETWORK:-regtest}
alias=${LIGHTNING_ALIAS}
chain=ltc
@@ -18,7 +18,7 @@ services:
- "clightning_litecoin_datadir:/root/.lightning"
- "litecoin_datadir:/etc/litecoin"
ports:
- "9736:9736"
- "9736:9735"
links:
- litecoind
btcpayserver: