Wait for sync for C-lightning REST to start
Also bumps RTL and c-lightning-rest fixes #384
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user