удален seerr, добавлен overseerr
This commit is contained in:
@@ -1 +1,2 @@
|
||||
.env
|
||||
MediaDownloaderCompose.code-workspace
|
||||
|
||||
+8
-15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user