1
0

Update RTL v0.13.2

Update RTL v0.13.2
This commit is contained in:
ShahanaFarooqui
2022-11-23 17:26:09 -08:00
parent b5410f7130
commit 07e43b4cf9
5 changed files with 31 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ services:
- "9737"
clightning_bitcoin_rest:
image: saubyk/c-lightning-rest:0.7.2
image: saubyk/c-lightning-rest:0.9.0
restart: unless-stopped
environment:
PROTOCOL: "http"
@@ -73,10 +73,10 @@ services:
- "3001"
bitcoin_rtl:
image: shahanafarooqui/rtl:0.12.3
image: shahanafarooqui/rtl:0.13.2
restart: unless-stopped
environment:
LN_IMPLEMENTATION: CLT
LN_IMPLEMENTATION: CLN
CONFIG_PATH: /root/.lightning/config
LN_SERVER_URL: http://clightning_bitcoin_rest:3001/v1
MACAROON_PATH: /etc/clightning_bitcoin_rest_certs

View File

@@ -40,7 +40,7 @@ services:
- bitcoind
bitcoin_rtl:
image: shahanafarooqui/rtl:0.12.3
image: shahanafarooqui/rtl:0.13.2
restart: unless-stopped
environment:
LN_IMPLEMENTATION: ECL

View File

@@ -46,7 +46,7 @@ services:
- bitcoind
bitcoin_rtl:
image: shahanafarooqui/rtl:0.12.3
image: shahanafarooqui/rtl:0.13.2
restart: unless-stopped
environment:
LND_SERVER_URL: http://lnd_bitcoin:8080/v1