From eae06bb838a2c5e0433608f29e941b7827e2f7db Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 9 Feb 2022 18:10:12 +0000 Subject: [PATCH] Update apps --- apps.json | 2 +- apps/apps.json | 2 +- apps/bitfeed/app.yml | 29 +++++++++++++++-------------- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/apps.json b/apps.json index 749c8c2..80a1fb4 100644 --- a/apps.json +++ b/apps.json @@ -69,7 +69,7 @@ "id": "bitfeed", "name": "Bitfeed", "repo": "https://github.com/bitfeed-project/bitfeed", - "version": "2.1.3" + "version": "2.1.5" }, { "id": "vaultwarden", diff --git a/apps/apps.json b/apps/apps.json index 749c8c2..80a1fb4 100644 --- a/apps/apps.json +++ b/apps/apps.json @@ -69,7 +69,7 @@ "id": "bitfeed", "name": "Bitfeed", "repo": "https://github.com/bitfeed-project/bitfeed", - "version": "2.1.3" + "version": "2.1.5" }, { "id": "vaultwarden", diff --git a/apps/bitfeed/app.yml b/apps/bitfeed/app.yml index 4a1712f..d3027df 100644 --- a/apps/bitfeed/app.yml +++ b/apps/bitfeed/app.yml @@ -5,13 +5,16 @@ # yaml-language-server: $schema=../../app-standard-v1.json version: 1 - metadata: category: Explorers name: Bitfeed - version: 2.1.3 + version: 2.1.5 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 transactions drop into your node's mempool, before being packaged into newly mined blocks. Monitor Bitcoin network activity, explore the composition of the latest block, or simply enjoy a soothing Bitcoin screensaver. + description: A self-hosted version of Bitfeed - the open source mempool & block + visualizer available at https://bits.monospace.live. Watch as new + transactions drop into your node's mempool, before being packaged into newly + mined blocks. Monitor Bitcoin network activity, explore the composition of + the latest block, or simply enjoy a soothing Bitcoin screensaver. developer: Mononaut website: https://monospace.live dependencies: @@ -22,10 +25,9 @@ metadata: - 1.jpg - 2.jpg - 3.jpg - containers: - name: main - image: ghcr.io/bitfeed-project/bitfeed-client:v2.1.3@sha256:861a70a049735717616cc5dfa480963a2adef31e937fdc34f6aa298e45eb3afc + image: ghcr.io/bitfeed-project/bitfeed-client:v2.1.5@sha256:36155dc32d423b07519515fda7cfa204e5abeb978a03cf4e27e993b10b585426 restart: on-failure stop_grace_period: 1m port: 80 @@ -33,22 +35,21 @@ containers: - api environment: TARGET: citadel - BACKEND_HOST: "$APP_BITFEED_API_IP" + BACKEND_HOST: $APP_BITFEED_API_IP BACKEND_PORT: "3000" - - name: api image: ghcr.io/bitfeed-project/bitfeed-server:v2.1.3@sha256:67e0357152a4f7fca067a32ca737c287521be16038936ed67b60a50558935b73 - user: "1000:1000" + user: 1000:1000 restart: on-failure stop_grace_period: 1m environment: PORT: "3000" - BITCOIN_HOST: "$BITCOIN_IP" - BITCOIN_ZMQ_RAWTX_PORT: "$BITCOIN_ZMQ_RAWTX_PORT" - BITCOIN_ZMQ_RAWBLOCK_PORT: "$BITCOIN_ZMQ_RAWBLOCK_PORT" - BITCOIN_RPC_PORT: "$BITCOIN_RPC_PORT" - BITCOIN_RPC_USER: "$BITCOIN_RPC_USER" - BITCOIN_RPC_PASS: "$BITCOIN_RPC_PASS" + BITCOIN_HOST: $BITCOIN_IP + BITCOIN_ZMQ_RAWTX_PORT: $BITCOIN_ZMQ_RAWTX_PORT + BITCOIN_ZMQ_RAWBLOCK_PORT: $BITCOIN_ZMQ_RAWBLOCK_PORT + BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT + BITCOIN_RPC_USER: $BITCOIN_RPC_USER + BITCOIN_RPC_PASS: $BITCOIN_RPC_PASS data: - data:/app/data permissions: