Browse Source

Update mempool app to v2.1.2 (#568)

mempool-samourai-server-collision
Bastien Guillaumat 4 years ago
committed by GitHub
parent
commit
90353cc9ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/mempool/docker-compose.yml
  2. 2
      apps/registry.json

6
apps/mempool/docker-compose.yml

@ -8,7 +8,7 @@ x-logging:
services:
web:
image: mempool/frontend:v2.1.1@sha256:17e7fedcd27b6f99de2f159f0f6372b76dd5825f1a98c1b0114ea9564cab1c0e
image: mempool/frontend:v2.1.2@sha256:69fefe55dc1eb4c8373c32d57362df7eeb672fc591d55033d68ae79355274dcc
user: "1000:1000"
init: true
logging: *default-logging
@ -24,7 +24,7 @@ services:
default:
ipv4_address: $APP_MEMPOOL_IP
api:
image: mempool/backend:v2.1.1@sha256:c15c3d1af0f9df4672f3760b0ff9b79d1dd60235cde7316a7860b1d650b31360
image: mempool/backend:v2.1.2@sha256:58394cb35aad82b95ab2496fd4a6d3c983a712a1003454d94b0a53197d306f6d
user: "1000:1000"
init: true
logging: *default-logging
@ -44,7 +44,7 @@ services:
MYSQL_DATABASE: "mempool"
MYSQL_USER: "mempool"
MYSQL_PASS: "mempool"
CACHE_DIR: "/backend/cache/"
CACHE_DIR: "/backend/cache"
networks:
default:
ipv4_address: $APP_MEMPOOL_API_IP

2
apps/registry.json

@ -3,7 +3,7 @@
"id": "mempool",
"category": "Explorers",
"name": "Mempool",
"version": "2.1.1",
"version": "2.1.2",
"tagline": "A mempool visualizer, explorer and fee estimator",
"description": "Mempool is the official self-hosted version of the fully featured explorer, visualizer, fee estimator, and API service running on mempool.space, an open source project developed and operated for the benefit of the Bitcoin community, with a focus on the emerging transaction fee market to help our transition into a multi-layer ecosystem.\n\nFeatures:\n\n- Live dashboard visualizing the mempool and blockchain\n- Live transaction tracking\n- Search any transaction, block or address\n- Fee estimations\n- Mempool historical data\n- TV View for larger displays as a TV in a cafe or bar\n- View transaction scripts and op_return messages\n- Audio notifications on transaction confirmed and address balance change\n- Multiple languages support\n- JSON APIs",
"developer": "mempool.space",

Loading…
Cancel
Save