удален seerr, добавлен overseerr

This commit is contained in:
2026-05-07 22:48:31 +05:00
parent ead9fd36cf
commit 8447508782
2 changed files with 9 additions and 15 deletions
+1
View File
@@ -1 +1,2 @@
.env .env
MediaDownloaderCompose.code-workspace
+8 -15
View File
@@ -69,24 +69,17 @@ services:
ports: ports:
- 8989:8989 - 8989:8989
restart: unless-stopped restart: unless-stopped
seerr: overseerr:
image: ghcr.io/seerr-team/seerr:latest image: lscr.io/linuxserver/overseerr:latest
init: true container_name: overseerr
container_name: seerr
environment: environment:
- LOG_LEVEL=debug - PUID=1000
- TZ=${TZ} - PGID=1000
- PORT=5055 #optional - TZ=Etc/UTC
volumes:
- ${SSD}/overseerr/config:/config
ports: ports:
- 5055:5055 - 5055:5055
volumes:
- ${SSD}/seerr/config:/app/config
healthcheck:
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
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr:latest image: lscr.io/linuxserver/prowlarr:latest