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"
restart: unless-stopped
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- LOG_LEVEL=info
- TZ=America/Sao_Paulo
ports:
- 5055:5055
volumes:
- /home/ccalifice/docker-data/servarr/jellyseer:/app/config
restart: unless-stopped
networks:
seerr:
image: ghcr.io/seerr-team/seerr:latest
init: true
container_name: seerr
environment:
- LOG_LEVEL=info
- TZ=America/Sao_Paulo
- PORT=5055 #optional
ports:
- 5055:5055
volumes:
- /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
flaresolverr: