remove lnbits from regtest
This commit is contained in:
parent
be363b8ffd
commit
e7527957df
4 changed files with 20 additions and 68 deletions
|
|
@ -1,30 +1,5 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
lnbits:
|
||||
hostname: lnbits
|
||||
depends_on:
|
||||
- boltz
|
||||
- mempool-api
|
||||
- lnd-2
|
||||
image: lnbits-legend
|
||||
restart: on-failure
|
||||
user: "0:0"
|
||||
entrypoint: "sh -c 'sleep 30; uvicorn lnbits.__main__:app --port 5000 --host lnbits --reload'"
|
||||
environment:
|
||||
HOST: lnbits
|
||||
DEBUG: true
|
||||
LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet"
|
||||
LNBITS_DATA_FOLDER: "./data"
|
||||
LND_REST_ENDPOINT: "https://lnd-2:8081/"
|
||||
LND_REST_CERT: "./lnd/tls.cert"
|
||||
LND_REST_MACAROON: "./lnd/data/chain/bitcoin/regtest/admin.macaroon"
|
||||
ports:
|
||||
- 5000:5000
|
||||
volumes:
|
||||
#- ../lnbits:/app/lnbits
|
||||
- lnbits-data:/app/data
|
||||
- ./data/lnd-2:/app/lnd:uid=1000,gid=1000
|
||||
|
||||
boltz:
|
||||
hostname: boltz
|
||||
depends_on:
|
||||
|
|
@ -156,6 +131,3 @@ services:
|
|||
MYSQL_PASSWORD: "mempool"
|
||||
MYSQL_ROOT_PASSWORD: "admin"
|
||||
image: mariadb:10.5.8
|
||||
|
||||
volumes:
|
||||
lnbits-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue