diff --git a/servarr/docker-compose.yml b/servarr/docker-compose.yml index 4090b74..fb45aef 100644 --- a/servarr/docker-compose.yml +++ b/servarr/docker-compose.yml @@ -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: