From 5a6ce019c8c524f67a75ef935a9eec9af49040fe Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 12 Mar 2022 20:10:26 +0000 Subject: [PATCH] Update apps --- apps.json | 2 +- apps/apps.json | 2 +- apps/bitfeed/app.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps.json b/apps.json index a8bd265..1559b2b 100644 --- a/apps.json +++ b/apps.json @@ -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", diff --git a/apps/apps.json b/apps/apps.json index a8bd265..1559b2b 100644 --- a/apps/apps.json +++ b/apps/apps.json @@ -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", diff --git a/apps/bitfeed/app.yml b/apps/bitfeed/app.yml index 5ab8fdf..28aad88 100644 --- a/apps/bitfeed/app.yml +++ b/apps/bitfeed/app.yml @@ -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