mirror of
https://github.com/MSWS/Homelab.git
synced 2025-12-05 23:00:24 -08:00
23 lines
587 B
YAML
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
|