1
0

Wait for sync for C-lightning REST to start

Also bumps RTL and c-lightning-rest
fixes #384
This commit is contained in:
Kukks
2020-12-07 06:59:50 +01:00
committed by rockstardev
parent 2bb1fb242e
commit 600bad52a5

View File

@@ -53,23 +53,25 @@ services:
- "9737"
clightning_bitcoin_rest:
image: saubyk/c-lightning-rest:0.3.0
image: saubyk/c-lightning-rest:0.4.3
restart: unless-stopped
stop_signal: SIGKILL
environment:
PROTOCOL: "http"
NODE: clightning_bitcoin:9835
LIGHTNINGD_READY_FILE: /root/.nbxplorer/btc_fully_synched
links:
- clightning_bitcoin
volumes:
- "clightning_bitcoin_datadir:/root/.lightning"
- "bitcoin_datadir:/etc/bitcoin"
- "clightning_bitcoin_rest_datadir:/usr/src/app"
- "nbxplorer_datadir:/root/.nbxplorer"
expose:
- "3001"
bitcoin_rtl:
image: shahanafarooqui/rtl:0.9.2
image: shahanafarooqui/rtl:0.9.3
restart: unless-stopped
environment:
LN_IMPLEMENTATION: CLT