Files
komodo/stacks/jellyfin-workstation.compose.yml

21 lines
538 B
YAML

services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000
group_add:
- '105' # render group for GPU access
network_mode: 'host'
volumes:
- /home/stray/docker/jellyfin/config:/config
- /home/stray/docker/jellyfin/cache:/cache
- /mnt/syn02/data:/media:rw
devices:
- nvidia.com/gpu=all
environment:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all
restart: unless-stopped
security_opt:
- label=disable