Minor updates to match current homelab

This commit is contained in:
2025-09-24 22:02:21 -05:00
parent 742e64cfec
commit 9ba1c58b95
2 changed files with 10 additions and 2 deletions

View File

@@ -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