Browse Source

Update Bitfeed to v2.3.4 (#30)

main
Mononaut 3 years ago
committed by GitHub
parent
commit
61fca0176b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      bitfeed/docker-compose.yml
  2. 10
      bitfeed/umbrel-app.yml

5
bitfeed/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80 APP_PORT: 80
web: web:
image: ghcr.io/bitfeed-project/bitfeed-client:v2.2.1@sha256:70c89d49d20ba3da21c648c259f45a4b89e06bfe1d97374a092dce6f891d03c6 image: ghcr.io/bitfeed-project/bitfeed-client:v2.3.4@sha256:5d57477e69a789d547b1c6c441e0ff49e2f5ed46bf4b5ab9ca9f5403f385e926
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
depends_on: depends_on:
@ -21,7 +21,7 @@ services:
ipv4_address: $APP_BITFEED_IP ipv4_address: $APP_BITFEED_IP
api: api:
image: ghcr.io/bitfeed-project/bitfeed-server:v2.2.1@sha256:60eae8109d3d6a377aec8a954f93b6be9ee48de717c9ab5810c2a5afcf688554 image: ghcr.io/bitfeed-project/bitfeed-server:v2.3.4@sha256:e38a2e07389cf6d0c519e856291e535fdd10a1e50143d528c82bfe0baf06894f
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
@ -34,6 +34,7 @@ services:
BITCOIN_RPC_PORT: "$APP_BITCOIN_RPC_PORT" BITCOIN_RPC_PORT: "$APP_BITCOIN_RPC_PORT"
BITCOIN_RPC_USER: "$APP_BITCOIN_RPC_USER" BITCOIN_RPC_USER: "$APP_BITCOIN_RPC_USER"
BITCOIN_RPC_PASS: "$APP_BITCOIN_RPC_PASS" BITCOIN_RPC_PASS: "$APP_BITCOIN_RPC_PASS"
TARGET: "umbrel"
RPC_POOLS: "1" RPC_POOLS: "1"
RPC_POOL_SIZE: "16" RPC_POOL_SIZE: "16"
LOG_LEVEL: "info" LOG_LEVEL: "info"

10
bitfeed/umbrel-app.yml

@ -2,17 +2,17 @@ manifestVersion: 1
id: bitfeed id: bitfeed
category: Explorers category: Explorers
name: Bitfeed name: Bitfeed
version: "2.2.1" version: "2.3.4"
tagline: A live visualization of your node's mempool tagline: A beautiful mempool visualizer and block explorer
description: >- description: >-
A self-hosted version of Bitfeed - the open source mempool & block A self-hosted version of Bitfeed - the open source mempool visualizer & block
visualizer available at https://bits.monospace.live. explorer available at https://bitfeed.live.
Watch as new transactions drop into your node's mempool, before being packaged into newly mined blocks. 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. Monitor Bitcoin network activity, explore blocks and transactions, or simply enjoy a soothing Bitcoin screensaver.
developer: Mononaut developer: Mononaut
website: https://monospace.live website: https://monospace.live
dependencies: dependencies:

Loading…
Cancel
Save