add Eclair node
This commit is contained in:
parent
de701506e0
commit
e4b041cb8f
4 changed files with 66 additions and 3 deletions
|
|
@ -116,6 +116,19 @@ services:
|
|||
volumes:
|
||||
- ./data/lnd-3:/root/.lnd/
|
||||
|
||||
eclair:
|
||||
hostname: eclair
|
||||
depends_on:
|
||||
- bitcoind
|
||||
image: boltz/eclair:0.8.0
|
||||
restart: on-failure
|
||||
entrypoint: "sh -c 'sleep 20; /eclair-node/bin/eclair-node.sh -Declair.datadir=/root/eclair -Declair.printToConsole'"
|
||||
expose:
|
||||
- 9735
|
||||
- 8080
|
||||
volumes:
|
||||
- ./data/eclair:/root/eclair
|
||||
|
||||
electrs:
|
||||
depends_on:
|
||||
- bitcoind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue