Files
Homelab/jellyfin/compose.yml
2025-11-28 10:32:53 -08:00

23 lines
587 B
YAML

services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
networks:
- cloudflared
volumes:
- /home/iboaz/jellyfin/config:/config
- /home/iboaz/jellyfin/cache:/cache
- /mnt/usb/media/jellyfin:/usbmedia
- /mnt/samsung/media/jellyfin:/samsungmedia
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: always
environment:
- JELLYFIN_PublishedServerUrl=https://watch.msws.xyz
extra_hosts:
- 'host.docker.internal:host-gateway'
networks:
cloudflared:
external: true