1
0

Merge pull request #406 from btcpayserver/fix-crest

Wait for sync for C-lightning REST to start
This commit is contained in:
rockstardev
2020-12-24 23:13:31 -06:00
committed by GitHub
3 changed files with 6 additions and 4 deletions

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

View File

@@ -41,7 +41,7 @@ services:
- bitcoind
bitcoin_rtl:
image: shahanafarooqui/rtl:0.9.2
image: shahanafarooqui/rtl:0.9.3
restart: unless-stopped
environment:
LND_SERVER_URL: http://lnd_bitcoin:8080/v1