mempool updates

This commit is contained in:
benthecarman
2024-06-27 13:36:03 -05:00
parent 7bd6b45fb6
commit af55f25c71

View File

@@ -189,6 +189,8 @@ services:
web: web:
container_name: "mempool_frontend" container_name: "mempool_frontend"
environment: environment:
MAINNET_ENABLED: "false"
ROOT_NETWORK: "signet"
FRONTEND_HTTP_PORT: "8080" FRONTEND_HTTP_PORT: "8080"
BACKEND_MAINNET_HTTP_HOST: "api" BACKEND_MAINNET_HTTP_HOST: "api"
LIGHTNING: "true" LIGHTNING: "true"