Update compose.yaml

This commit is contained in:
2026-05-31 02:55:17 +02:00
parent dd0731fc97
commit b4e2ea8acd
+46 -16
View File
@@ -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: