forked from michael.heier/citadel-apps
Update mempool
This commit is contained in:
parent
3dabf976ce
commit
4a502a5b4d
|
@ -9,7 +9,7 @@ version: 1
|
|||
metadata:
|
||||
category: Explorers
|
||||
name: Mempool
|
||||
version: 2.2.2
|
||||
version: 2.3.0-dev1
|
||||
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,
|
||||
|
@ -54,7 +54,7 @@ metadata:
|
|||
|
||||
containers:
|
||||
- name: main
|
||||
image: mempool/frontend:v2.2.2@sha256:515b9a3ab3cc593fe599393b316d4d016335801fbba02ef8c6bb38082597f7cc
|
||||
image: mempool/frontend:v2.3.0-dev1@sha256:2ae9338415bc55e9691f0971dd28bbad270da0a6200a3251faf3b91c2c8add62
|
||||
user: 1000:1000
|
||||
init: true
|
||||
command: ./wait-for mariadb:3306 --timeout=720 -- nginx -g 'daemon off;'
|
||||
|
@ -63,7 +63,7 @@ containers:
|
|||
BACKEND_MAINNET_HTTP_HOST: $APP_MEMPOOL_API_IP
|
||||
|
||||
- name: api
|
||||
image: mempool/backend:v2.2.2@sha256:c758345017587dd9e42047528cf6cd71ceae70cebd1a09ce875959259612a2ee
|
||||
image: mempool/backend:v2.3.0-dev1@sha256:a4a282e673736f37c358d32b241b131b4f4456faaea76572d83fa61956a02f9a
|
||||
user: 1000:1000
|
||||
init: true
|
||||
command: ./wait-for-it.sh mariadb:3306 --timeout=720 --strict -- ./start.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user