1
0

Revert "Bump RTL (#273)"

This reverts commit b12e08cc72.
This commit is contained in:
nicolas.dorier
2020-03-06 14:25:53 +09:00
parent b12e08cc72
commit 310b0a3882
4 changed files with 17 additions and 18 deletions

View File

@@ -68,14 +68,13 @@ services:
- "3001"
bitcoin_rtl:
image: shahanafarooqui/rtl:0.6.7
image: shahanafarooqui/rtl:0.6.3
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_CONFIG_PATH: /data/RTL.conf
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.6.7
image: shahanafarooqui/rtl:0.5.4
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