⬆️ Update ghcr.io/linuxserver/jellyfin Docker digest to 97bb454 #412

Merged
mafyuh merged 2 commits from renovate/ghcr.io-linuxserver-jellyfin into main 2024-11-20 17:55:10 -05:00
8 changed files with 12 additions and 12 deletions
Showing only changes of commit e481c37971 - Show all commits

View file

@ -18,7 +18,7 @@ services:
capabilities: [gpu] capabilities: [gpu]
open-webui: 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 container_name: open-webui
restart: unless-stopped restart: unless-stopped
networks: networks:

View file

@ -133,7 +133,7 @@ services:
networks: networks:
- gitea_main - gitea_main
n8n: n8n:
image: ghcr.io/n8n-io/n8n:1.68.0 image: ghcr.io/n8n-io/n8n:1.69.0
container_name: n8n container_name: n8n
ports: ports:
- 5678:5678 - 5678:5678

View file

@ -1,7 +1,7 @@
--- ---
services: services:
bazarr: bazarr:
image: ghcr.io/linuxserver/bazarr@sha256:7391c8c31a190aa676ca3596b54c243e731411cb8bdfef50f94f3e5c559520b8 image: ghcr.io/linuxserver/bazarr@sha256:0d544276b51e11fb96f4bccd7d5babef597be0199364a11c0cdf24ab0470c381
container_name: bazarr container_name: bazarr
ports: ports:
- "6767:6767" - "6767:6767"
@ -31,7 +31,7 @@ services:
- PGID=1000 - PGID=1000
prowlarr: prowlarr:
image: ghcr.io/linuxserver/prowlarr@sha256:7cd854daf61f7f2f68b8680850d86519409a61247e556ff41a3aae0e0cc3fb10 image: ghcr.io/linuxserver/prowlarr@sha256:c492863c8e1da876a6be3d0d5836f25b3547c0a3293f0e9f09cd198ebf47ea37
container_name: prowlarr container_name: prowlarr
ports: ports:
- "9696:9696" - "9696:9696"
@ -43,7 +43,7 @@ services:
- PGID=1000 - PGID=1000
radarr: radarr:
image: ghcr.io/linuxserver/radarr@sha256:3329fbf778701cf53703b342b3a84da31caafec970ef9310be5723dd057666dc image: ghcr.io/linuxserver/radarr@sha256:c60610599d681dc7ea0aa1a5edfc1637ff4b5fb062872aea1539d291c835c4b3
container_name: radarr container_name: radarr
ports: ports:
- "7878:7878" - "7878:7878"

View file

@ -14,7 +14,7 @@ services:
- grafana - grafana
grafana: grafana:
image: grafana/grafana:11.3.0 image: grafana/grafana:11.3.1
container_name: grafana container_name: grafana
ports: ports:
- 3000:3000 - 3000:3000
@ -40,7 +40,7 @@ services:
- grafana - grafana
loki: loki:
image: grafana/loki:3.2.1 image: grafana/loki:3.3.0
container_name: loki container_name: loki
volumes: volumes:
- /docker/appdata/loki:/etc/loki - /docker/appdata/loki:/etc/loki
@ -52,7 +52,7 @@ services:
- grafana - grafana
promtail: promtail:
image: grafana/promtail:3.2.1 image: grafana/promtail:3.3.0
container_name: promtail container_name: promtail
volumes: volumes:
- /var/log:/var/log - /var/log:/var/log

View file

@ -1,7 +1,7 @@
--- ---
services: services:
kasm: kasm:
image: ghcr.io/linuxserver/kasm@sha256:0cf4860db4ada2cfa86e68167ed7bf93ca607e7597d9c00c537eeabc35be3e59 image: ghcr.io/linuxserver/kasm@sha256:479609c202121d14637fbddf026ded3b1b628109d44edb5a2079c0a29f956aa4
container_name: kasm container_name: kasm
privileged: true privileged: true
environment: environment:

View file

@ -38,7 +38,7 @@ services:
cf-tunnel: cf-tunnel:
restart: unless-stopped restart: unless-stopped
image: cloudflare/cloudflared@sha256:3f25f0d97e284adf7d0fe298c6be29b84750880df2c1fe4f94cfa90dbd3c4cfa image: cloudflare/cloudflared@sha256:3e377326f6b936df77149bc7927de08d50c5a5152f3ee6312780752aad94568e
command: tunnel --no-autoupdate run --token $CF_TOKEN command: tunnel --no-autoupdate run --token $CF_TOKEN
twingate-famous-alligator: twingate-famous-alligator:

View file

@ -27,7 +27,7 @@ services:
PAPERLESS_TIKA_ENDPOINT: http://tika:9998 PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.13 image: docker.io/gotenberg/gotenberg:8.14
restart: unless-stopped restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not

View file

@ -8,7 +8,7 @@ services:
restart: 'unless-stopped' restart: 'unless-stopped'
gitea: gitea:
image: 'code.forgejo.org/forgejo/runner:5.0.0' image: 'code.forgejo.org/forgejo/runner:5.0.1'
links: links:
- docker-in-docker - docker-in-docker
depends_on: depends_on: