refactor: change directory mappings, readability
This commit is contained in:
+7
-11
@@ -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:
|
||||
Reference in New Issue
Block a user