Compare commits

..

6 commits

Author SHA1 Message Date
6c0eb55990 ⬆️ Update ghcr.io/linuxserver/prowlarr Docker digest to 447b8d8 2024-12-28 00:56:08 -05:00
a4c25f7ade ⬆️ Update ghcr.io/linuxserver/radarr Docker digest to 0068f9f 2024-12-28 00:30:34 -05:00
dd4812a1d9 ⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.5.2 2024-12-28 00:26:45 -05:00
5860daf484 ⬆️ Update ghcr.io/linuxserver/sabnzbd Docker digest to 76a15e8 2024-12-28 00:26:05 -05:00
053523b35d ⬆️ Update ghcr.io/linuxserver/sonarr Docker digest to ca4ad72
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 4s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 30s
2024-12-26 01:01:27 +00:00
05997a9eb7 ⬆️ Update ghcr.io/linuxserver/jellyfin Docker digest to d2cb750 2024-12-25 08:42:20 -05:00
3 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ services:
capabilities: [gpu] capabilities: [gpu]
open-webui: open-webui:
image: ghcr.io/open-webui/open-webui:v0.4.8 image: ghcr.io/open-webui/open-webui:v0.5.2
container_name: open-webui container_name: open-webui
restart: unless-stopped restart: unless-stopped
networks: networks:

View file

@ -36,7 +36,7 @@ services:
- apparmor:unconfined - apparmor:unconfined
prowlarr: prowlarr:
image: ghcr.io/linuxserver/prowlarr@sha256:e64cb6fe480d68615cbec57b9c717fafb321676f360575b332990fc6251a386c image: ghcr.io/linuxserver/prowlarr@sha256:447b8d85c4b1290d42b526e4cdd70af380e69bb2f70c4d2497816d7a528d2a08
container_name: prowlarr container_name: prowlarr
ports: ports:
- "9696:9696" - "9696:9696"
@ -48,7 +48,7 @@ services:
- PGID=1000 - PGID=1000
radarr: radarr:
image: ghcr.io/linuxserver/radarr@sha256:ee4c2213b769bc9a891b5dd5aa1786804634fb681dd261b3bed6b65d98592c55 image: ghcr.io/linuxserver/radarr@sha256:0068f9fa55cdf8b72b831b8fd56e9e94cf1de969cfa1f58f7ba11ee3619eaf65
container_name: radarr container_name: radarr
ports: ports:
- "7878:7878" - "7878:7878"
@ -65,7 +65,7 @@ services:
- apparmor:unconfined - apparmor:unconfined
sonarr: sonarr:
image: ghcr.io/linuxserver/sonarr@sha256:b466acde22d18859336e790af23c0b56d9dbb7199935b226b3139bf416fe7e1c image: ghcr.io/linuxserver/sonarr@sha256:ca4ad72f07e532d1d414435eb43193d1dc407255e46c21c2694653ca8af4fd81
container_name: sonarr container_name: sonarr
ports: ports:
- "8989:8989" - "8989:8989"
@ -163,7 +163,7 @@ services:
restart: unless-stopped restart: unless-stopped
## Downloaders ## Downloaders
sabnzbd: sabnzbd:
image: ghcr.io/linuxserver/sabnzbd@sha256:37cfb25fdeaca82e1ad89a1bf664efe41ad481ed56aa069f710ac975cc5c6ecf image: ghcr.io/linuxserver/sabnzbd@sha256:76a15e85e391eb2702ac1c6ccd90fc7b7546913065c1504f708ce9bf863aedbf
container_name: sabnzbd container_name: sabnzbd
environment: environment:
- PUID=1000 - PUID=1000

View file

@ -1,7 +1,7 @@
--- ---
services: services:
jellyfin: jellyfin:
image: ghcr.io/linuxserver/jellyfin@sha256:9ab4e781b80f7fab25a55628f105a55f25d0d8f5c0b14ab1cbebab3f08b9e903 image: ghcr.io/linuxserver/jellyfin@sha256:d2cb750aa51a2f19c33e43699fe8230fb2a69ccdcf36d70c9f283bf4ac17043e
container_name: jellyfin container_name: jellyfin
devices: devices:
- /dev/dri/renderD129:/dev/dri/renderD129 - /dev/dri/renderD129:/dev/dri/renderD129
@ -68,7 +68,7 @@ services:
- /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data - /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data
jellystat: jellystat:
image: cyfershepard/jellystat:1.1.2 image: cyfershepard/jellystat:1.1.1
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: $POSTGRES_PASSWORD POSTGRES_PASSWORD: $POSTGRES_PASSWORD