This commit is contained in:
Christoph Califice
2026-02-20 20:16:04 -03:00
parent 8302064414
commit a2d08bf7c9
2 changed files with 32 additions and 7 deletions

View File

@@ -76,6 +76,7 @@ services:
image: ghcr.io/seerr-team/seerr:latest
init: true
container_name: seerr
user: "1000:1002"
environment:
- LOG_LEVEL=info
- TZ=America/Sao_Paulo
@@ -83,7 +84,7 @@ services:
ports:
- 5055:5055
volumes:
- /home/ccalifice/docker-data/servarr/jellyseer:/app/config
- /home/ccalifice/docker-data/servarr/seer:/app/config
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
start_period: 20s
@@ -92,7 +93,7 @@ services:
retries: 3
restart: unless-stopped
networks:
- jellyseer
- seer
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest
@@ -196,4 +197,4 @@ services:
# image: mrusse08/soularr:latest
networks:
jellyseer:
seer: