mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 10:50:41 +02:00
remove mandatory electrum server
This commit is contained in:
parent
a0d8bed0de
commit
33172fe9e2
@ -39,9 +39,7 @@ services:
|
||||
CORE_RPC_PORT: $APP_BITCOIN_RPC_PORT
|
||||
CORE_RPC_USERNAME: $APP_BITCOIN_RPC_USER
|
||||
CORE_RPC_PASSWORD: $APP_BITCOIN_RPC_PASS
|
||||
ELECTRUM_HOST: $APP_ELECTRS_NODE_IP
|
||||
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
||||
ELECTRUM_TLS: "false"
|
||||
MEMPOOL_BACKEND: "none"
|
||||
DATABASE_HOST: $APP_MEMPOOL_DB_IP
|
||||
DATABASE_PORT: "3306"
|
||||
DATABASE_DATABASE: "mempool"
|
||||
@ -51,7 +49,7 @@ services:
|
||||
MEMPOOL_CACHE_DIR: "/backend/cache"
|
||||
MEMPOOL_CLEAR_PROTECTION_MINUTES: "20"
|
||||
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "info"
|
||||
LIGHTNING_ENABLED: "true"
|
||||
LIGHTNING_ENABLED: "false"
|
||||
LIGHTNING_BACKEND: "lnd"
|
||||
LIGHTNING_STATS_REFRESH_INTERVAL: 3600
|
||||
LIGHTNING_GRAPH_REFRESH_INTERVAL: 3600
|
||||
|
@ -11,8 +11,7 @@ releaseNotes: >-
|
||||
developer: Mempool Space K.K. and Léo
|
||||
website: https://mempool.orangepill.ovh
|
||||
dependencies:
|
||||
- bitcoin
|
||||
- electrs
|
||||
- btc-knots
|
||||
repo: https://github.com/Retropex/mempool
|
||||
support: https://mempool.support
|
||||
port: 3006
|
||||
|
Loading…
Reference in New Issue
Block a user