fix: migrate jellyseerr to seerr

This commit is contained in:
Brian Pooe 2026-02-21 19:43:35 +02:00
parent 1c7076587c
commit bf3bee7f60

View file

@ -442,9 +442,10 @@ services:
max-file: "{{DOCKERLOGGING_MAXFILE}}"
max-size: "{{DOCKERLOGGING_MAXSIZE}}"
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
seerr:
image: ghcr.io/seerr-team/seerr:latest
container_name: seerr
init: true
restart: unless-stopped
labels:
- "com.synology.stack=media"
@ -455,22 +456,23 @@ services:
ports:
- "5055:5055"
environment:
PUID: {{PUID}}
PGID: {{PGID}}
TZ: {{TZ}}
PORT: 5055
LOG_LEVEL: info
volumes:
- /etc/localtime:/etc/localtime:ro
# Keep existing jellyseerr config path to allow Seerr auto-migration on first startup.
- {{DOCKERCONFDIR}}/jellyseerr:/app/config
- {{DOCKERSTORAGEDIR}}/media:/data/media
depends_on:
emby:
condition: service_healthy
healthcheck:
test: ["CMD-SHELL", "timeout 1 bash -c '</dev/tcp/localhost/5055' || exit 1"]
interval: 30s
timeout: 5s
retries: 5
start_period: 90s
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1"]
interval: 15s
timeout: 3s
retries: 3
start_period: 20s
deploy:
resources:
limits: