1
0
* Bump RTL

This also reverts commit cc829e5fe0.

* fix config

* fix config path for clightning
This commit is contained in:
Andrew Camilleri
2020-03-06 06:23:00 +01:00
committed by GitHub
parent 2da700dfe4
commit b12e08cc72
4 changed files with 18 additions and 17 deletions

View File

@@ -68,13 +68,14 @@ services:
- "3001"
bitcoin_rtl:
image: shahanafarooqui/rtl:0.6.3
image: shahanafarooqui/rtl:0.6.7
restart: unless-stopped
environment:
LN_IMPLEMENTATION: CLT
CONFIG_PATH: /root/.lightning/config
LN_SERVER_URL: http://clightning_bitcoin_rest:3001/v1
MACAROON_PATH: /etc/clightning_bitcoin_rest/certs
RTL_CONFIG_PATH: /data/RTL.conf
RTL_CONFIG_PATH: /data/
BITCOIND_CONFIG_PATH: /etc/bitcoin/bitcoin.conf
RTL_SSO: 1
RTL_COOKIE_PATH: /data/.cookie

View File

@@ -39,13 +39,13 @@ services:
- bitcoind
bitcoin_rtl:
image: shahanafarooqui/rtl:0.5.4
image: shahanafarooqui/rtl:0.6.7
restart: unless-stopped
environment:
LND_SERVER_URL: http://lnd_bitcoin:8080/v1
MACAROON_PATH: /etc/lnd
RTL_CONFIG_PATH: /data/
LND_CONFIG_PATH: /etc/lnd/lnd.conf
RTL_CONFIG_PATH: /data/RTL.conf
BITCOIND_CONFIG_PATH: /etc/bitcoin/bitcoin.conf
RTL_SSO: 1
RTL_COOKIE_PATH: /data/.cookie