Обновить 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/udp
restart: unless-stopped
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
ports:
- 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'
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- JELLYFIN_PublishedServerUrl=http://trp.lan/
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
extra_hosts:
- 'host.docker.internal:host-gateway'
- PUID=1000
- PGID=1000
- TZ=Asia/Yekaterinburg
- VERSION=docker
volumes:
- /mnt/hdd/plex/library:/config
- /mnt/hdd/jellyfin/media/tvseries:/tv
- /mnt/hdd/jellyfin/media/movies:/movies
restart: unless-stopped
jackett:
image: lscr.io/linuxserver/jackett:latest
container_name: jackett