update to seer

This commit is contained in:
Christoph Califice
2026-02-19 19:10:29 -03:00
parent b1cacfd703
commit 8302064414

View File

@@ -72,18 +72,26 @@ services:
- "6767:6767" - "6767:6767"
restart: unless-stopped restart: unless-stopped
jellyseerr: seerr:
image: fallenbagel/jellyseerr:latest image: ghcr.io/seerr-team/seerr:latest
container_name: jellyseerr init: true
environment: container_name: seerr
- LOG_LEVEL=info environment:
- TZ=America/Sao_Paulo - LOG_LEVEL=info
ports: - TZ=America/Sao_Paulo
- 5055:5055 - PORT=5055 #optional
volumes: ports:
- /home/ccalifice/docker-data/servarr/jellyseer:/app/config - 5055:5055
restart: unless-stopped volumes:
networks: - /home/ccalifice/docker-data/servarr/jellyseer:/app/config
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
start_period: 20s
timeout: 3s
interval: 15s
retries: 3
restart: unless-stopped
networks:
- jellyseer - jellyseer
flaresolverr: flaresolverr: