point extensions folder to local development
This commit is contained in:
parent
eeef41b65d
commit
29bbf0202c
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ services:
|
|||
LNBITS_ADMIN_UI: true
|
||||
LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet"
|
||||
LNBITS_DATA_FOLDER: "./data"
|
||||
LNBITS_EXTENSIONS_PATH: "/shared"
|
||||
LND_REST_ENDPOINT: "https://lnd-3:8081/"
|
||||
LND_REST_CERT: "./lnd/tls.cert"
|
||||
LND_REST_MACAROON: "./lnd/data/chain/bitcoin/regtest/admin.macaroon"
|
||||
|
|
@ -21,6 +22,7 @@ services:
|
|||
volumes:
|
||||
- ./data/lnbits:/app/data
|
||||
- ./data/lnd-3:/app/lnd:uid=1000,gid=1000
|
||||
- /home/padreug/dev/shared/extensions:/shared/extensions
|
||||
|
||||
fava:
|
||||
hostname: fava
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue