удален 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
MediaDownloaderCompose.code-workspace
+8 -15
View File
@@ -69,24 +69,17 @@ services:
ports:
- 8989:8989
restart: unless-stopped
seerr:
image: ghcr.io/seerr-team/seerr:latest
init: true
container_name: seerr
overseerr:
image: lscr.io/linuxserver/overseerr:latest
container_name: overseerr
environment:
- LOG_LEVEL=debug
- TZ=${TZ}
- PORT=5055 #optional
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ${SSD}/overseerr/config:/config
ports:
- 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
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest