mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-27 23:25:40 +00:00
Update apps
This commit is contained in:
parent
111de7394e
commit
2f618f402b
|
@ -21,7 +21,7 @@
|
||||||
"id": "mempool",
|
"id": "mempool",
|
||||||
"name": "Mempool",
|
"name": "Mempool",
|
||||||
"repo": "https://github.com/mempool/mempool",
|
"repo": "https://github.com/mempool/mempool",
|
||||||
"version": "2.3.0"
|
"version": "2.3.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "btc-rpc-explorer-public",
|
"id": "btc-rpc-explorer-public",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"id": "mempool",
|
"id": "mempool",
|
||||||
"name": "Mempool",
|
"name": "Mempool",
|
||||||
"repo": "https://github.com/mempool/mempool",
|
"repo": "https://github.com/mempool/mempool",
|
||||||
"version": "2.3.0"
|
"version": "2.3.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "btc-rpc-explorer-public",
|
"id": "btc-rpc-explorer-public",
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 1
|
||||||
metadata:
|
metadata:
|
||||||
category: Explorers
|
category: Explorers
|
||||||
name: Mempool
|
name: Mempool
|
||||||
version: 2.3.0
|
version: 2.3.1
|
||||||
tagline: A mempool visualizer, explorer and fee estimator
|
tagline: A mempool visualizer, explorer and fee estimator
|
||||||
description: >-
|
description: >-
|
||||||
Mempool is the official self-hosted version of the fully featured explorer,
|
Mempool is the official self-hosted version of the fully featured explorer,
|
||||||
|
@ -53,7 +53,7 @@ metadata:
|
||||||
- 3.jpg
|
- 3.jpg
|
||||||
containers:
|
containers:
|
||||||
- name: main
|
- name: main
|
||||||
image: mempool/frontend:v2.3.0@sha256:39f9d92571390de500215a65ba9a20d2344e4ccfa4230de7cfb1bac558e50807
|
image: mempool/frontend:v2.3.1@sha256:38c955caeb58014b266904b059bfabbdab8321d20b11e7cccb139be6dfc8e36e
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
init: true
|
init: true
|
||||||
command: ./wait-for mariadb:3306 --timeout=720 -- nginx -g 'daemon off;'
|
command: ./wait-for mariadb:3306 --timeout=720 -- nginx -g 'daemon off;'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user