citadel-apps/apps/bitfeed/app.yml

63 lines
1.9 KiB
YAML
Raw Normal View History

2022-01-28 07:58:09 +00:00
# SPDX-FileCopyrightText: 2021 Aaron Dewes <aaron.dewes@protonmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-only
2022-04-07 16:25:31 +00:00
# yaml-language-server: $schema=../../app-standard-v3.yml
2022-01-28 07:58:09 +00:00
2022-04-07 16:25:31 +00:00
version: 3
2022-01-28 07:58:09 +00:00
metadata:
category: Explorers
name: Bitfeed
2022-03-12 20:10:26 +00:00
version: 2.2.1
2022-01-28 07:58:09 +00:00
tagline: A live visualization of your node's mempool
2022-02-09 18:10:12 +00:00
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.
2022-04-09 20:00:56 +00:00
developers:
Mononaut: https://monospace.live
2022-01-28 07:58:09 +00:00
dependencies:
- bitcoind
repo: https://github.com/bitfeed-project/bitfeed
support: https://github.com/bitfeed-project/bitfeed/issues
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
2022-02-21 14:09:54 +00:00
updateContainer:
2022-02-11 13:37:58 +00:00
- main
- api
2022-04-07 16:25:31 +00:00
2022-01-28 07:58:09 +00:00
containers:
2022-01-28 08:02:16 +00:00
- name: main
2022-03-12 20:10:26 +00:00
image: ghcr.io/bitfeed-project/bitfeed-client:v2.2.1@sha256:70c89d49d20ba3da21c648c259f45a4b89e06bfe1d97374a092dce6f891d03c6
2022-01-28 07:58:09 +00:00
restart: on-failure
stop_grace_period: 1m
2022-01-28 08:14:09 +00:00
port: 80
2022-01-28 07:58:09 +00:00
depends_on:
2022-01-28 08:10:28 +00:00
- api
2022-01-28 07:58:09 +00:00
environment:
2022-01-28 08:10:28 +00:00
TARGET: citadel
2022-02-09 18:10:12 +00:00
BACKEND_HOST: $APP_BITFEED_API_IP
2022-01-28 08:14:09 +00:00
BACKEND_PORT: "3000"
2022-04-07 16:25:31 +00:00
2022-01-28 07:58:09 +00:00
- name: api
2022-03-12 20:10:26 +00:00
image: ghcr.io/bitfeed-project/bitfeed-server:v2.2.1@sha256:60eae8109d3d6a377aec8a954f93b6be9ee48de717c9ab5810c2a5afcf688554
2022-02-09 18:10:12 +00:00
user: 1000:1000
2022-01-28 07:58:09 +00:00
restart: on-failure
stop_grace_period: 1m
environment:
2022-01-28 08:14:09 +00:00
PORT: "3000"
2022-02-09 18:10:12 +00:00
BITCOIN_HOST: $BITCOIN_IP
BITCOIN_ZMQ_RAWTX_PORT: $BITCOIN_ZMQ_RAWTX_PORT
BITCOIN_ZMQ_RAWBLOCK_PORT: $BITCOIN_ZMQ_RAWBLOCK_PORT
2022-03-12 20:10:26 +00:00
BITCOIN_ZMQ_SEQUENCE_PORT: $BITCOIN_ZMQ_SEQUENCE_PORT
2022-02-09 18:10:12 +00:00
BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT
BITCOIN_RPC_USER: $BITCOIN_RPC_USER
BITCOIN_RPC_PASS: $BITCOIN_RPC_PASS
2022-03-23 15:49:55 +00:00
RPC_POOLS: 3
RPC_POOL_SIZE: 4
2022-01-28 07:58:09 +00:00
data:
- data:/app/data