Обновить docker-compose.yml

This commit is contained in:
2026-04-25 23:17:27 +05:00
parent 3fd65e5863
commit bfc7f01926
+12 -4
View File
@@ -82,14 +82,22 @@ services:
ports: ports:
- 8989:8989 - 8989:8989
restart: unless-stopped restart: unless-stopped
jellyseerr: seerr:
image: fallenbagel/jellyseerr:latest image: ghcr.io/seerr-team/seerr:latest
container_name: jellyseerr init: true
container_name: seerr
environment: environment:
- LOG_LEVEL=debug - LOG_LEVEL=debug
- TZ=Asia/Yekaterinburg - TZ=Asia/Yekaterinburg
- PORT=5055 #optional
ports: ports:
- 5055:5055 - 5055:5055
volumes: volumes:
- /mnt/hdd/config:/app/config - /mnt/hdd/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