Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- jellyfin:
- image: jellyfin/jellyfin
- container_name: jellyfin
- user: 1000:1000
- ports:
- - "8096:8096"
- volumes:
- - ./config/config:/config
- - ./config/cache:/cache
- - type: bind
- source: /home/joogie/documents/shared
- target: /media
- environment:
- - JELLYFIN_PublishedServerUrl=jellyfin.koji.juguilon.com
- restart: "unless-stopped"
- runtime: nvidia
- group_add:
- - 985
- - 989
- deploy:
- resources:
- reservations:
- devices:
- - driver: nvidia
- count: all
- capabilities: [gpu]
- devices:
- - /dev/dri:/dev/dri
- - /dev/nvidia-caps:/dev/nvidia-caps
- - /dev/nvidia0:/dev/nvidia0
- - /dev/nvidiactl:/dev/nvidiactl
- - /dev/nvidia-modeset:/dev/nvidia-modeset
- - /dev/nvidia-uvm:/dev/nvidia-uvm
- - /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
Advertisement
Add Comment
Please, Sign In to add comment