mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +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_PORT: $APP_BITCOIN_RPC_PORT
|
||||||
CORE_RPC_USERNAME: $APP_BITCOIN_RPC_USER
|
CORE_RPC_USERNAME: $APP_BITCOIN_RPC_USER
|
||||||
CORE_RPC_PASSWORD: $APP_BITCOIN_RPC_PASS
|
CORE_RPC_PASSWORD: $APP_BITCOIN_RPC_PASS
|
||||||
ELECTRUM_HOST: $APP_ELECTRS_NODE_IP
|
MEMPOOL_BACKEND: "none"
|
||||||
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
|
||||||
ELECTRUM_TLS: "false"
|
|
||||||
DATABASE_HOST: $APP_MEMPOOL_DB_IP
|
DATABASE_HOST: $APP_MEMPOOL_DB_IP
|
||||||
DATABASE_PORT: "3306"
|
DATABASE_PORT: "3306"
|
||||||
DATABASE_DATABASE: "mempool"
|
DATABASE_DATABASE: "mempool"
|
||||||
@ -51,7 +49,7 @@ services:
|
|||||||
MEMPOOL_CACHE_DIR: "/backend/cache"
|
MEMPOOL_CACHE_DIR: "/backend/cache"
|
||||||
MEMPOOL_CLEAR_PROTECTION_MINUTES: "20"
|
MEMPOOL_CLEAR_PROTECTION_MINUTES: "20"
|
||||||
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "info"
|
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "info"
|
||||||
LIGHTNING_ENABLED: "true"
|
LIGHTNING_ENABLED: "false"
|
||||||
LIGHTNING_BACKEND: "lnd"
|
LIGHTNING_BACKEND: "lnd"
|
||||||
LIGHTNING_STATS_REFRESH_INTERVAL: 3600
|
LIGHTNING_STATS_REFRESH_INTERVAL: 3600
|
||||||
LIGHTNING_GRAPH_REFRESH_INTERVAL: 3600
|
LIGHTNING_GRAPH_REFRESH_INTERVAL: 3600
|
||||||
|
@ -11,8 +11,7 @@ releaseNotes: >-
|
|||||||
developer: Mempool Space K.K. and Léo
|
developer: Mempool Space K.K. and Léo
|
||||||
website: https://mempool.orangepill.ovh
|
website: https://mempool.orangepill.ovh
|
||||||
dependencies:
|
dependencies:
|
||||||
- bitcoin
|
- btc-knots
|
||||||
- electrs
|
|
||||||
repo: https://github.com/Retropex/mempool
|
repo: https://github.com/Retropex/mempool
|
||||||
support: https://mempool.support
|
support: https://mempool.support
|
||||||
port: 3006
|
port: 3006
|
||||||
|
Loading…
Reference in New Issue
Block a user