From 9ba1c58b953fba258bce606f407e0e7d81fb47cb Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Wed, 24 Sep 2025 22:02:21 -0500 Subject: [PATCH] Minor updates to match current homelab --- docker-compose.yaml | 2 +- jellyfin-compose.yaml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fe4fb32..e10fdf3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -114,7 +114,7 @@ services: - "/data/mincraft/plugins:/plugins" - "/data/mincraft/config:/config" gitea: - image: docker.gitea.com/gitea:1.24-nightly + image: docker.gitea.com/gitea:1.24 environment: - USER_UID=1000 - USER_GID=1000 diff --git a/jellyfin-compose.yaml b/jellyfin-compose.yaml index 5d489ca..11b6fab 100644 --- a/jellyfin-compose.yaml +++ b/jellyfin-compose.yaml @@ -11,7 +11,7 @@ services: volumes: - /data/jellyfin:/data/jellyfin - /data/jellyfin/configs/qbittorrent:/config - - /data/jellyfin/qbittorrent/downloads:/downloads + # - /data/jellyfin/qbittorrent/downloads:/data/jellyfin/qbittorrent/downloads ports: - 8080:8080 - 6881:6881 @@ -121,6 +121,14 @@ services: - /data/jellyfin/radarr/movies:/data/movies - /data/jellyfin/qbittorrent/downloads:/data/media_downloads restart: unless-stopped + runtime: nvidia + deploy: + resources: + reservations: + devices: + - driver: nvidia + count: all + capabilities: [gpu] jellyseerr: image: fallenbagel/jellyseerr:latest container_name: jellyseerr