mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update the mempool app to v3.0.0 (no release notes) (#1315)
This commit is contained in:
parent
dbeb793466
commit
1f8ed9fdbb
|
@ -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:v3.0.0@sha256:ec84195e6d3050841efef99b9db2ec6f3b8cd64611df0c8dae026a41931ae58c
|
||||
user: "1000:1000"
|
||||
init: true
|
||||
restart: on-failure
|
||||
|
@ -23,7 +23,7 @@ services:
|
|||
default:
|
||||
ipv4_address: $APP_MEMPOOL_IP
|
||||
api:
|
||||
image: mempool/backend:v2.5.0@sha256:c58996a3bfd382cb782da5d93e4b8f65f9c02c7a6bb10df4dda0bdf52ba8ed88
|
||||
image: mempool/backend:v3.0.0@sha256:d48122e60e5f8fdd74874e23578ea606dbd3cd52bd2eeb2b68b56e69e54e3d82
|
||||
user: "1000:1000"
|
||||
init: true
|
||||
restart: on-failure
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: mempool
|
||||
category: bitcoin
|
||||
name: mempool
|
||||
version: "2.5.0-w"
|
||||
version: "3.0.0"
|
||||
tagline: Explore the full Bitcoin ecosystem
|
||||
description: >-
|
||||
Be your own explorer.
|
||||
|
|
Loading…
Reference in New Issue
Block a user