Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- jellyfin:
- image: jellyfin/jellyfin
- container_name: jellyfin
- environment:
- - PUID=1000
- - PGID=1000
- - TZ=Europe/Amsterdam
- volumes:
- - ./config:/config
- - ./cache:/cache
- - type: bind
- source: /media/jellyfin/Movies
- target: /movies
- - type: bind
- source: /media/jellyfin/tv
- target: /shows
- read_only: true
- - type: bind
- source: /media/jellyfin/music
- target: /music
- read_only: true
- ports:
- - 8096:8096
- restart: 'unless-stopped'
- group_add:
- - 992
- labels:
- - 'traefik.enable=true'
- - 'traefik.http.routers.jellyfin.rule=Host(`jellyfin.dch-data.net`)'
- - 'traefik.http.routers.jellyfin.entrypoints=web'
- - glance.name=Jellyfin
- - glance.icon=si:jellyfin
- - glance.url=http://jellyfin.dch-data.net
- networks:
- - traefik_traefiknet
- networks:
- traefik_traefiknet:
- external: true
Advertisement
Add Comment
Please, Sign In to add comment