вернули seerr

This commit is contained in:
2026-05-07 23:01:02 +05:00
parent 53edbbb1b5
commit 0f69255abd
+14 -19
View File
@@ -69,29 +69,24 @@ services:
ports: ports:
- 8989:8989 - 8989:8989
restart: unless-stopped restart: unless-stopped
overseerr: seerr:
image: lscr.io/linuxserver/overseerr:latest image: ghcr.io/seerr-team/seerr:latest
container_name: overseerr init: true
container_name: seerr
environment: environment:
- PUID=1000 - LOG_LEVEL=debug
- PGID=1000 - TZ=${TZ}
- TZ=Etc/UTC - PORT=5055 #optional
volumes:
- ${SSD}/overseerr/config:/config
ports: ports:
- 5055:5055 - 5055:5055
restart: unless-stopped
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
volumes: volumes:
- ${SSD}/prowlarr/data:/config - ${SSD}/seerr/appdata/config:/app/config
ports: healthcheck:
- 9696:9696 test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1
start_period: 20s
timeout: 3s
interval: 15s
retries: 3
restart: unless-stopped restart: unless-stopped
radarr: radarr:
image: lscr.io/linuxserver/radarr:latest image: lscr.io/linuxserver/radarr:latest