From 20722b26eb083c5f9b3404d1b4a85198767025e4 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Sun, 31 May 2026 02:58:19 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 90 ++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/compose.yaml b/compose.yaml index 2607769..d962141 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,52 +13,52 @@ services: - 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 + 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 - networks: - - bragi-local - environment: - - PUID=1000 - - PGID=1000 + jellyplex-watched: + image: luigi311/jellyplex-watched:latest + container_name: jellyplex-watched + restart: unless-stopped + networks: + - bragi-local + environment: + - PUID=1000 + - PGID=1000 env_file: "./.env"