From b4e2ea8acd458da46fe9d2bc8ef770b68dbdd618 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Sun, 31 May 2026 02:55:17 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 62 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 16 deletions(-) diff --git a/compose.yaml b/compose.yaml index a378a06..96c204f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,22 +13,52 @@ services: - bragi-local restart: unless-stopped - feishin: - container_name: feishin - image: 'ghcr.io/jeffvli/feishin:latest' - restart: unless-stopped - environment: - - SERVER_NAME=navidrome # pre-defined server name - - SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled - - SERVER_TYPE=navidrome - - SERVER_URL=http://192.168.178.70:4533 # http://address:port or https://address:port - - REMOTE_URL=http://192.168.178.70:453 # http://address or https://address - - LEGACY_AUTHENTICATION=false # When SERVER_LOCK is true, sets the legacy (plaintext) authentication flag for Subsonic/OpenSubsonic servers - - ANALYTICS_DISABLED=true # Set to true to disable Umami analytics tracking - networks: - - bragi-local - ports: - - 9180:9180 +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: