Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.8"
- services:
- jellyfin:
- image: jellyfin/jellyfin
- container_name: jellyfin
- user: 1001:113
- network_mode: 'host'
- restart: 'unless-stopped'
- volumes:
- - ${CONFIG_STORAGE}:/config
- - ${CACHE_STORAGE}:/cache
- - ${DATA_STORAGE}:/media
- environment:
- - NVIDIA_VISIBLE_DEVICES=all
- - NVIDIA_DRIVER_CAPABILITIES=all
- runtime: nvidia
- deploy:
- resources:
- reservations:
- devices:
- - driver: nvidia
- count: all
- capabilities: [gpu]
Advertisement
Add Comment
Please, Sign In to add comment