refactor: change directory mappings, readability

This commit is contained in:
2025-11-27 20:12:17 +01:00
parent b381c7b012
commit 6c72acc59e
+8 -12
View File
@@ -5,18 +5,16 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
- TZ=${TZ:-Europe/Moscow}
ports:
- 8096:8096/tcp
- 7359:7359/udp
- "8096:8096/tcp"
- "7359:7359/udp"
volumes:
- ./jellyfin/config:/config
- type: bind
source: ./jellyfin/media
target: /media
- ./data/media:/media
- ./data/downloads:/downloads
networks:
- traefik-proxy
- streaming
restart: unless-stopped
jellyseerr:
image: ghcr.io/fallenbagel/jellyseerr:latest
@@ -27,11 +25,11 @@ services:
- TZ=${TZ:-Europe/Moscow}
- PORT=5055
ports:
- 5055:5055
- "5055:5055"
volumes:
- ./jellyseerr:/app/config
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1"]
start_period: 20s
timeout: 3s
interval: 15s
@@ -39,9 +37,7 @@ services:
restart: unless-stopped
networks:
- traefik-proxy
- streaming
networks:
traefik-proxy:
external: true
streaming:
external: true