forked from michael.heier/citadel-apps
Update apps
This commit is contained in:
parent
9a4f0d42ed
commit
eae06bb838
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user