Configure the mempool backend

This commit is contained in:
Kgothatso 2025-02-01 12:06:58 +02:00
parent 6f8901229a
commit 4bcb3f6ab2

View File

@ -14,7 +14,11 @@ services:
- 8080:8080 - 8080:8080
api: api:
environment: environment:
MEMPOOL_BACKEND: "none" MEMPOOL_BACKEND: "electrum"
ELECTRUM_HOST: "172.27.0.1"
ELECTRUM_PORT: "50001"
ELECTRUM_TLS_ENABLED: "false"
CORE_RPC_HOST: "172.27.0.1" CORE_RPC_HOST: "172.27.0.1"
CORE_RPC_PORT: "8332" CORE_RPC_PORT: "8332"
CORE_RPC_USERNAME: "mempool" CORE_RPC_USERNAME: "mempool"