Обновить docker-compose.yml

This commit is contained in:
2026-05-01 12:28:30 +05:00
parent 1e8f3867d6
commit 39a1a5e8aa
+13 -26
View File
@@ -27,33 +27,20 @@ services:
- 6881:6881 - 6881:6881
- 6881:6881/udp - 6881:6881/udp
restart: unless-stopped restart: unless-stopped
jellyfin: plex:
image: jellyfin/jellyfin image: lscr.io/linuxserver/plex:latest
container_name: jellyfin container_name: plex
ports: network_mode: host
- 8096:8096/tcp
- 7359:7359/udp
volumes:
- /mnt/hdd/jellyfin/config:/config
- /mnt/hdd/jellyfincache:/cache
- type: bind
source: /mnt/hdd/jellyfin/media
target: /media
- type: bind
source: /mnt/hdd/jellyfin/media2
target: /media2
read_only: true
# Optional - extra fonts to be used during transcoding with subtitle burn-in
- type: bind
source: /mnt/hdd/jellyfin/fonts
target: /usr/local/share/fonts/custom
read_only: true
restart: 'unless-stopped'
environment: environment:
- JELLYFIN_PublishedServerUrl=http://trp.lan/ - PUID=1000
# Optional - may be necessary for docker healthcheck to pass if running in host network mode - PGID=1000
extra_hosts: - TZ=Asia/Yekaterinburg
- 'host.docker.internal:host-gateway' - VERSION=docker
volumes:
- /mnt/hdd/plex/library:/config
- /mnt/hdd/jellyfin/media/tvseries:/tv
- /mnt/hdd/jellyfin/media/movies:/movies
restart: unless-stopped
jackett: jackett:
image: lscr.io/linuxserver/jackett:latest image: lscr.io/linuxserver/jackett:latest
container_name: jackett container_name: jackett