Add lnbits container (#1173)
This commit is contained in:
parent
7090ea3b70
commit
47bfa24b57
@ -151,3 +151,6 @@ SKIP_SSL_CERT_DOWNLOAD=1
|
|||||||
|
|
||||||
# tor
|
# tor
|
||||||
TOR_PROXY=http://127.0.0.1:7050/
|
TOR_PROXY=http://127.0.0.1:7050/
|
||||||
|
|
||||||
|
# lnbits
|
||||||
|
LNBITS_WEB_PORT=5000
|
@ -471,6 +471,24 @@ services:
|
|||||||
- app
|
- app
|
||||||
labels:
|
labels:
|
||||||
CONNECT: "localhost:8025"
|
CONNECT: "localhost:8025"
|
||||||
|
lnbits:
|
||||||
|
image: lnbits/lnbits:0.12.5
|
||||||
|
container_name: lnbits
|
||||||
|
profiles:
|
||||||
|
- payments
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "${LNBITS_WEB_PORT}:5000"
|
||||||
|
depends_on:
|
||||||
|
- stacker_lnd
|
||||||
|
environment:
|
||||||
|
- LNBITS_BACKEND_WALLET_CLASS=LndWallet
|
||||||
|
- LND_GRPC_ENDPOINT=stacker_lnd
|
||||||
|
- LND_GRPC_PORT=10009
|
||||||
|
- LND_GRPC_CERT=/app/.lnd/tls.cert
|
||||||
|
- LND_GRPC_MACAROON=/app/.lnd/regtest/admin.macaroon
|
||||||
|
volumes:
|
||||||
|
- ./docker/lnd/stacker:/app/.lnd
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
os:
|
os:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user