⬆️ Update ghcr.io/linuxserver/jellyfin Docker digest to 97bb454 #412
8 changed files with 12 additions and 12 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
capabilities: [gpu]
|
||||
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:0.3.35
|
||||
image: ghcr.io/open-webui/open-webui:0.4.1
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
|
@ -133,7 +133,7 @@ services:
|
|||
networks:
|
||||
- gitea_main
|
||||
n8n:
|
||||
image: ghcr.io/n8n-io/n8n:1.68.0
|
||||
image: ghcr.io/n8n-io/n8n:1.69.0
|
||||
container_name: n8n
|
||||
ports:
|
||||
- 5678:5678
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
bazarr:
|
||||
image: ghcr.io/linuxserver/bazarr@sha256:7391c8c31a190aa676ca3596b54c243e731411cb8bdfef50f94f3e5c559520b8
|
||||
image: ghcr.io/linuxserver/bazarr@sha256:0d544276b51e11fb96f4bccd7d5babef597be0199364a11c0cdf24ab0470c381
|
||||
container_name: bazarr
|
||||
ports:
|
||||
- "6767:6767"
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
prowlarr:
|
||||
image: ghcr.io/linuxserver/prowlarr@sha256:7cd854daf61f7f2f68b8680850d86519409a61247e556ff41a3aae0e0cc3fb10
|
||||
image: ghcr.io/linuxserver/prowlarr@sha256:c492863c8e1da876a6be3d0d5836f25b3547c0a3293f0e9f09cd198ebf47ea37
|
||||
container_name: prowlarr
|
||||
ports:
|
||||
- "9696:9696"
|
||||
|
@ -43,7 +43,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
radarr:
|
||||
image: ghcr.io/linuxserver/radarr@sha256:3329fbf778701cf53703b342b3a84da31caafec970ef9310be5723dd057666dc
|
||||
image: ghcr.io/linuxserver/radarr@sha256:c60610599d681dc7ea0aa1a5edfc1637ff4b5fb062872aea1539d291c835c4b3
|
||||
container_name: radarr
|
||||
ports:
|
||||
- "7878:7878"
|
||||
|
|
|
@ -14,7 +14,7 @@ services:
|
|||
- grafana
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:11.3.0
|
||||
image: grafana/grafana:11.3.1
|
||||
container_name: grafana
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
@ -40,7 +40,7 @@ services:
|
|||
- grafana
|
||||
|
||||
loki:
|
||||
image: grafana/loki:3.2.1
|
||||
image: grafana/loki:3.3.0
|
||||
container_name: loki
|
||||
volumes:
|
||||
- /docker/appdata/loki:/etc/loki
|
||||
|
@ -52,7 +52,7 @@ services:
|
|||
- grafana
|
||||
|
||||
promtail:
|
||||
image: grafana/promtail:3.2.1
|
||||
image: grafana/promtail:3.3.0
|
||||
container_name: promtail
|
||||
volumes:
|
||||
- /var/log:/var/log
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
kasm:
|
||||
image: ghcr.io/linuxserver/kasm@sha256:0cf4860db4ada2cfa86e68167ed7bf93ca607e7597d9c00c537eeabc35be3e59
|
||||
image: ghcr.io/linuxserver/kasm@sha256:479609c202121d14637fbddf026ded3b1b628109d44edb5a2079c0a29f956aa4
|
||||
container_name: kasm
|
||||
privileged: true
|
||||
environment:
|
||||
|
|
|
@ -38,7 +38,7 @@ services:
|
|||
|
||||
cf-tunnel:
|
||||
restart: unless-stopped
|
||||
image: cloudflare/cloudflared@sha256:3f25f0d97e284adf7d0fe298c6be29b84750880df2c1fe4f94cfa90dbd3c4cfa
|
||||
image: cloudflare/cloudflared@sha256:3e377326f6b936df77149bc7927de08d50c5a5152f3ee6312780752aad94568e
|
||||
command: tunnel --no-autoupdate run --token $CF_TOKEN
|
||||
|
||||
twingate-famous-alligator:
|
||||
|
|
|
@ -27,7 +27,7 @@ services:
|
|||
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.13
|
||||
image: docker.io/gotenberg/gotenberg:8.14
|
||||
restart: unless-stopped
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
restart: 'unless-stopped'
|
||||
|
||||
gitea:
|
||||
image: 'code.forgejo.org/forgejo/runner:5.0.0'
|
||||
image: 'code.forgejo.org/forgejo/runner:5.0.1'
|
||||
links:
|
||||
- docker-in-docker
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue