Merge branch 'main' of github.com:lnbits/legend-regtest-enviroment

This commit is contained in:
dni 2022-07-08 13:04:27 +02:00
commit d8bea9e375
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,7 @@ services:
entrypoint: "sh -c 'sleep 30; uvicorn lnbits.__main__:app --port 5000 --host lnbits --reload'"
environment:
HOST: lnbits
QUART_DEBUG: true
LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet"
LNBITS_DATA_FOLDER: "./data"
LND_REST_ENDPOINT: "https://lnd-2:8081/"