forked from michael.heier/citadel-apps
Update some apps
This commit is contained in:
parent
2840c65fe6
commit
c4f6673ccb
|
@ -9,7 +9,7 @@ citadel_version: 4
|
|||
metadata:
|
||||
category: Explorers
|
||||
name: Bitfeed
|
||||
version: 2.2.1
|
||||
version: 2.3.4
|
||||
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
|
||||
|
@ -33,7 +33,7 @@ metadata:
|
|||
|
||||
services:
|
||||
main:
|
||||
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
|
||||
stop_grace_period: 1m
|
||||
port: 80
|
||||
|
@ -45,7 +45,7 @@ services:
|
|||
BACKEND_PORT: "3000"
|
||||
|
||||
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
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Lightning Node Management
|
||||
name: LNDg
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
tagline: Lite GUI web interface to analyze LND data and manage your node with
|
||||
automation.
|
||||
description: LNDg is your command center for running a profitable and efficient
|
||||
|
@ -28,7 +28,7 @@ metadata:
|
|||
defaultPassword: $APP_SEED
|
||||
containers:
|
||||
- name: web
|
||||
image: ghcr.io/cryptosharks131/lndg:v1.1.1@sha256:fd975e4d6ee2de6da932eb8e93648b13ad7de9b71ec2a35eac19d2845d7a5f31
|
||||
image: ghcr.io/runcitadel/lndg:main@sha256:6bde09d90fc1db36966318afea1e38336a3958a924f6d6e0f15bf55afc21a96b
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
mounts:
|
||||
|
|
Loading…
Reference in New Issue
Block a user