Update compose.yaml

This commit is contained in:
2026-05-31 02:58:19 +02:00
parent 4984e0f581
commit 20722b26eb
+45 -45
View File
@@ -13,52 +13,52 @@ services:
- bragi-local - bragi-local
restart: unless-stopped restart: unless-stopped
jellyfin: jellyfin:
image: jellyfin/jellyfin image: jellyfin/jellyfin
container_name: jellyfin container_name: jellyfin
ports: ports:
- 8096:8096/tcp - 8096:8096/tcp
- 7359:7359/udp - 7359:7359/udp
networks: networks:
- bragi-local - bragi-local
volumes: volumes:
- /home/shrek/docker/data/jellyfin/config:/config - /home/shrek/docker/data/jellyfin/config:/config
- /home/shrek/docker/data/jellyfin/cache:/cache - /home/shrek/docker/data/jellyfin/cache:/cache
- type: bind - type: bind
source: /mnt/big/Downloads/done source: /mnt/big/Downloads/done
target: /films1 target: /films1
- type: bind - type: bind
source: /mnt/immich/Media/Films source: /mnt/immich/Media/Films
target: /films2 target: /films2
- type: bind - type: bind
source: /mnt/big/Media/Films source: /mnt/big/Media/Films
target: /films3 target: /films3
- type: bind - type: bind
source: /mnt/hdd/Media/Film source: /mnt/hdd/Media/Film
target: /films4 target: /films4
- type: bind - type: bind
source: /mnt/big/data/torrents/movies source: /mnt/big/data/torrents/movies
target: /films5 target: /films5
- type: bind - type: bind
source: /mnt/big/data/downloads/movies source: /mnt/big/data/downloads/movies
target: /films6 target: /films6
- type: bind - type: bind
source: /mnt/big/Media/Film source: /mnt/big/Media/Film
target: /films7 target: /films7
read_only: true read_only: true
restart: 'unless-stopped' restart: 'unless-stopped'
environment: environment:
- JELLYFIN_PublishedServerUrl=https://stream.doeringer.eu - JELLYFIN_PublishedServerUrl=https://stream.doeringer.eu
jellyplex-watched: jellyplex-watched:
image: luigi311/jellyplex-watched:latest image: luigi311/jellyplex-watched:latest
container_name: jellyplex-watched container_name: jellyplex-watched
restart: unless-stopped restart: unless-stopped
networks: networks:
- bragi-local - bragi-local
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
env_file: "./.env" env_file: "./.env"