Update apps

This commit is contained in:
GitHub Actions 2022-03-12 20:10:26 +00:00
parent c8a4f8982e
commit 5a6ce019c8
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"id": "bitfeed",
"name": "Bitfeed",
"repo": "https://github.com/bitfeed-project/bitfeed",
"version": "2.2.0"
"version": "2.2.1"
},
{
"id": "bluewallet",

View File

@ -3,7 +3,7 @@
"id": "bitfeed",
"name": "Bitfeed",
"repo": "https://github.com/bitfeed-project/bitfeed",
"version": "2.2.0"
"version": "2.2.1"
},
{
"id": "bluewallet",

View File

@ -8,7 +8,7 @@ version: 2
metadata:
category: Explorers
name: Bitfeed
version: 2.2.0
version: 2.2.1
tagline: A live visualization of your node's mempool
description: A self-hosted version of Bitfeed - the open source mempool & block
visualizer available at https://bits.monospace.live. Watch as new
@ -30,7 +30,7 @@ metadata:
- api
containers:
- name: main
image: ghcr.io/bitfeed-project/bitfeed-client:v2.2.0@sha256:050c4e7c7744a856fbd49758db046c4dfead40d39a0719f35b3918e9f778b074
image: ghcr.io/bitfeed-project/bitfeed-client:v2.2.1@sha256:70c89d49d20ba3da21c648c259f45a4b89e06bfe1d97374a092dce6f891d03c6
restart: on-failure
stop_grace_period: 1m
port: 80
@ -41,7 +41,7 @@ containers:
BACKEND_HOST: $APP_BITFEED_API_IP
BACKEND_PORT: "3000"
- name: api
image: ghcr.io/bitfeed-project/bitfeed-server:v2.2.0@sha256:b04d9ef4f2c56bd25cd1cb6b33261a8716d6710d71c7e3c0388d12f2cc236e11
image: ghcr.io/bitfeed-project/bitfeed-server:v2.2.1@sha256:60eae8109d3d6a377aec8a954f93b6be9ee48de717c9ab5810c2a5afcf688554
user: 1000:1000
restart: on-failure
stop_grace_period: 1m
@ -50,7 +50,7 @@ containers:
BITCOIN_HOST: $BITCOIN_IP
BITCOIN_ZMQ_RAWTX_PORT: $BITCOIN_ZMQ_RAWTX_PORT
BITCOIN_ZMQ_RAWBLOCK_PORT: $BITCOIN_ZMQ_RAWBLOCK_PORT
BITCOIN_ZMQ_SEQUENCE_PORT: $BITCOIN_ZMQ_SEQUENCE_PORT
BITCOIN_ZMQ_SEQUENCE_PORT: $BITCOIN_ZMQ_SEQUENCE_PORT
BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT
BITCOIN_RPC_USER: $BITCOIN_RPC_USER
BITCOIN_RPC_PASS: $BITCOIN_RPC_PASS