qbittorent + jellyfin

This commit is contained in:
criz 2025-09-16 02:09:18 +02:00
parent af3e8a8104
commit 726edf435b
3 changed files with 43 additions and 2 deletions

View file

@ -0,0 +1,18 @@
services:
jellyfin:
restart: 'unless-stopped'
image: jellyfin/jellyfin
container_name: jellyfin
# user: 1000:1000
network_mode: 'host'
volumes:
- ./config:/config
- ./cache:/cache
- type: bind
source: /mnt/moviesHDD/JellyfinMedias
target: /media
devices:
- /dev/dri:/dev/dri
labels:
tsdproxy.enable: "true"
tsdproxy.name: "stream"