Files
compose-projects-arr/streaming/docker-compose.yml
Christoph Califice 186e4af72f add newt
2026-01-25 15:36:19 -03:00

20 lines
507 B
YAML

services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
ports:
- 8096:8096
volumes:
- /home/ccalifice/docker-data/streaming/jellyfin/config:/config
- /home/ccalifice/docker-data/streaming/jellyfin/cache:/cache
- /mnt/servarr/data/media/movies:/movies
- /mnt/servarr/data/media/tv:/tv
- /mnt/servarr/data/media/music:/music
restart: 'unless-stopped'
networks:
- newt
networks:
newt:
name: newt
external: true