Compare commits
2 Commits
master
...
knorrium/u
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc2405f97c | ||
|
|
82e6764f39 |
@ -49,7 +49,8 @@ services:
|
||||
MEMPOOL_CACHE_DIR: "/backend/cache"
|
||||
MEMPOOL_CLEAR_PROTECTION_MINUTES: "20"
|
||||
MEMPOOL_INDEXING_BLOCKS_AMOUNT: "52560"
|
||||
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "info"
|
||||
MEMPOOL_RUST_GBT: true
|
||||
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "debug"
|
||||
LIGHTNING_ENABLED: "true"
|
||||
LIGHTNING_BACKEND: "lnd"
|
||||
LIGHTNING_STATS_REFRESH_INTERVAL: 3600
|
||||
@ -58,6 +59,7 @@ services:
|
||||
LND_MACAROON_PATH: "/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK/readonly.macaroon"
|
||||
LND_REST_API_URL: "https://$APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_REST_PORT"
|
||||
LND_TIMEOUT: 120000
|
||||
NODE_OPTIONS: "--max-old-space-size=2048"
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: $APP_MEMPOOL_API_IP
|
||||
|
||||
Loading…
Reference in New Issue
Block a user