services: navidrome: image: deluan/navidrome:latest container_name: navidrome environment: ND_UILOGINBACKGROUNDURL: "https://images.unsplash.com/photo-1675702656416-fbc847ec4226?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" ports: - 4533:4533 volumes: - ${DATA}/navidrome:/data - /mnt/hdd/Media/Music:/music:ro networks: - bragi-local restart: unless-stopped jellyfin: image: jellyfin/jellyfin container_name: jellyfin ports: - 8096:8096/tcp - 7359:7359/udp networks: - bragi-local volumes: - /home/shrek/docker/data/jellyfin/config:/config - /home/shrek/docker/data/jellyfin/cache:/cache - type: bind source: /mnt/big/Downloads/done target: /films1 - type: bind source: /mnt/immich/Media/Films target: /films2 - type: bind source: /mnt/big/Media/Films target: /films3 - type: bind source: /mnt/hdd/Media/Film target: /films4 - type: bind source: /mnt/big/data/torrents/movies target: /films5 - type: bind source: /mnt/big/data/downloads/movies target: /films6 - type: bind source: /mnt/big/Media/Film target: /films7 read_only: true restart: 'unless-stopped' environment: - JELLYFIN_PublishedServerUrl=https://stream.doeringer.eu jellyplex-watched: image: luigi311/jellyplex-watched:latest container_name: jellyplex-watched restart: unless-stopped environment: - PUID=1000 - PGID=1000 env_file: "./.env" networks: bragi-local: external: true