Compare commits

...

7 Commits

Author SHA1 Message Date
Felipe Knorr Kuhn
a9629b9b39
Add the missing SERVICES_API override 2024-07-22 17:21:32 +02:00
Felipe Knorr Kuhn
ace49f347c
Merge branch 'master' into knorrium/mempool_v3.0.0 2024-07-18 16:44:21 +02:00
Felipe Knorr Kuhn
8e25003e73
Enable debug logs 2024-04-04 10:21:05 +09:00
Felipe Knorr Kuhn
bf4fd34338
Use the latest images for testing 2024-04-03 21:23:00 +09:00
Felipe Knorr Kuhn
460f36d2f8
Enable the accelerator 2024-04-03 21:22:00 +09:00
Felipe Knorr Kuhn
17164a32f4
Merge branch 'master' into knorrium/mempool_v3.0.0 2024-04-03 14:44:28 +09:00
Felipe Knorr Kuhn
664b922a3e
WIP mempool v3.0.0 integration 2024-03-18 19:48:08 -07:00
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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.