Updates for various parts

This commit is contained in:
2026-04-06 23:24:48 -05:00
parent 369079de16
commit 3cfefe6283
3 changed files with 19 additions and 9 deletions

View File

@@ -135,6 +135,10 @@ services:
- PUID=0
- PGID=0
- TZ=${TZ}
- JELLYFIN_DATA_DIR=/config/data
- JELLYFIN_CONFIG_DIR=/config
- JELLYFIN_LOG_DIR=/config/log
- JELLYFIN_CACHE_DIR=/config/cache
# - NVIDIA_VISIBLE_DEVICES=all
ports:
# - 8096:8096
@@ -146,7 +150,9 @@ services:
volumes:
- /data/library:/data/library:ro
- /data/jellyfin:/data/jellyfin
- /data/jellyfin/configs/jellyfin:/config
- /backup:/data/jellyfin/backups
# - /data/jellyfin/configs/jellyfin:/config
- /srv/jellyfin:/config
- /data/jellyfin/jellyfin/cache:/cache
- /data/jellyfin/sonarr/tv:/data/tvshows
- /data/jellyfin/radarr/movies:/data/movies