Compare commits
7 Commits
master
...
knorrium/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9629b9b39 | ||
|
|
ace49f347c | ||
|
|
8e25003e73 | ||
|
|
bf4fd34338 | ||
|
|
460f36d2f8 | ||
|
|
17164a32f4 | ||
|
|
664b922a3e |
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: $APP_MEMPOOL_PORT
|
||||
PROXY_AUTH_ADD: "false"
|
||||
web:
|
||||
image: mempool/frontend:v2.5.0@sha256:559b4542fc414a28db69bbda143e6be1c404e3f1b637c9e6f30526c10f4c75a7
|
||||
image: mempool/frontend:latest
|
||||
user: "1000:1000"
|
||||
init: true
|
||||
restart: on-failure
|
||||
@ -19,11 +19,13 @@ services:
|
||||
NGINX_PORT: $APP_MEMPOOL_PORT
|
||||
NGINX_HOSTNAME: $APP_MEMPOOL_API_IP
|
||||
LIGHTNING_DETECTED_PORT: $APP_LIGHTNING_NODE_PORT
|
||||
ACCELERATOR: true
|
||||
SERVICES_API: "https://mempool.space/api/v1/services"
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: $APP_MEMPOOL_IP
|
||||
api:
|
||||
image: mempool/backend:v2.5.0@sha256:c58996a3bfd382cb782da5d93e4b8f65f9c02c7a6bb10df4dda0bdf52ba8ed88
|
||||
image: mempool/backend:latest
|
||||
user: "1000:1000"
|
||||
init: true
|
||||
restart: on-failure
|
||||
@ -49,7 +51,7 @@ services:
|
||||
MEMPOOL_CACHE_DIR: "/backend/cache"
|
||||
MEMPOOL_CLEAR_PROTECTION_MINUTES: "20"
|
||||
MEMPOOL_INDEXING_BLOCKS_AMOUNT: "52560"
|
||||
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "info"
|
||||
MEMPOOL_STDOUT_LOG_MIN_PRIORITY: "debug"
|
||||
LIGHTNING_ENABLED: "true"
|
||||
LIGHTNING_BACKEND: "lnd"
|
||||
LIGHTNING_STATS_REFRESH_INTERVAL: 3600
|
||||
@ -58,6 +60,8 @@ 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
|
||||
MEMPOOL_SERVICES_API: "https://mempool.space/api/v1/services"
|
||||
MEMPOOL_SERVICES_ACCELERATIONS: true
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: $APP_MEMPOOL_API_IP
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: mempool
|
||||
category: bitcoin
|
||||
name: mempool
|
||||
version: "2.5.0"
|
||||
version: "3.0.0"
|
||||
tagline: Explore the full Bitcoin ecosystem
|
||||
description: >-
|
||||
Be your own explorer.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user