mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-17 05:54:22 +01:00
Add lightning explorer
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user