Add lightning explorer

This commit is contained in:
benthecarman
2023-07-25 14:51:01 -05:00
parent b27494e088
commit efb79753dc

View File

@@ -184,6 +184,11 @@ services:
DATABASE_USERNAME: "mempool" DATABASE_USERNAME: "mempool"
DATABASE_PASSWORD: "mempool" DATABASE_PASSWORD: "mempool"
STATISTICS_ENABLED: "false" STATISTICS_ENABLED: "false"
LIGHTNING_ENABLED: "true"
LIGHTNING_BACKEND: "lnd"
LND_TLS_CERT_PATH: "/root/.lnd/tls.cert"
LND_MACAROON_PATH: "/root/.lnd/data/chain/bitcoin/signet/admin.macaroon"
LND_REST_API_URL: "https://lnd:8081"
image: mempool/backend:latest image: mempool/backend:latest
user: "0:1000" user: "0:1000"
restart: always restart: always
@@ -194,6 +199,7 @@ services:
- "8999:8999" - "8999:8999"
volumes: volumes:
- ~/volumes/mempool:/backend/cache - ~/volumes/mempool:/backend/cache
- ~/volumes/.lnd:/root/.lnd:ro
db: db:
container_name: "mempool_db" container_name: "mempool_db"
environment: environment: