expose eclair api to use from outside of docker

This commit is contained in:
dni ⚡ 2023-01-25 10:40:46 +01:00
commit 030025688e
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ eclair {
chain = "regtest"
api {
binding-ip = "0.0.0.0"
enabled = true
port = 8080
password = "lnbits"

View file

@ -123,6 +123,8 @@ services:
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'"
ports:
- 8082:8080
expose:
- 9735
- 8080