Configure the mempool backend
This commit is contained in:
parent
6f8901229a
commit
4bcb3f6ab2
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user