add Eclair node

This commit is contained in:
michael1011 2023-01-24 18:17:55 +01:00
commit e4b041cb8f
No known key found for this signature in database
GPG key ID: 84D249BA71685D46
4 changed files with 66 additions and 3 deletions

View file

@ -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