use lnbits again, add 3rd lnd node

This commit is contained in:
dni 2022-08-12 11:21:02 +02:00
commit 11857bba5a
4 changed files with 10 additions and 5 deletions

View file

@ -7,7 +7,8 @@ services:
- boltz
- mempool-api
- lnd-3
image: lnbitsdocker/lnbits-legend
image: lnbits-legend
# image: lnbitsdocker/lnbits-legend
restart: on-failure
user: "0:0"
entrypoint: "sh -c 'sleep 30; poetry run uvicorn lnbits.__main__:app --port 5001 --host lnbits'"