# SPDX-FileCopyrightText: 2021 Aaron Dewes # # SPDX-License-Identifier: AGPL-3.0-only # yaml-language-server: $schema=../../app-standard-v2.json version: 2 metadata: category: Explorers name: Bitfeed 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. developer: Mononaut website: https://monospace.live dependencies: - bitcoind repo: https://github.com/bitfeed-project/bitfeed support: https://github.com/bitfeed-project/bitfeed/issues gallery: - 1.jpg - 2.jpg - 3.jpg updateContainer: - main - api containers: - name: main image: ghcr.io/bitfeed-project/bitfeed-client:v2.1.5@sha256:36155dc32d423b07519515fda7cfa204e5abeb978a03cf4e27e993b10b585426 restart: on-failure stop_grace_period: 1m port: 80 depends_on: - api environment: TARGET: citadel BACKEND_HOST: $APP_BITFEED_API_IP BACKEND_PORT: "3000" - name: api image: ghcr.io/bitfeed-project/bitfeed-server:v2.1.5@sha256:26c15a003ae3848bd1c3dd5d25279ef7c7bb6bbaeeeda615121e6e12754a7f88 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 data: - data:/app/data permissions: - bitcoind