Overseerr

Link to Access App

Link to Download App

Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!

Overseerr is hosted on Cocoa, as a docker container

https://github.com/trentnbauer/agg/blob/205cfc374516886a137f2f0b66dca9c87fa0f740/docker-compose/overseerr.yml
version: '3'

services:

  app:

    image: ghcr.io/linuxserver/overseerr:version-v1.33.2

    environment:

      - PUID=1000

      - PGID=1000

      - TZ=$TZ

    volumes:

      - app:/config

      - www:/app/overseerr/public #rebrand overseerr https://github.com/sct/overseerr/issues/404#issuecomment-1659795118

    ports:

      - $PORT:5055

    restart: unless-stopped

    healthcheck:

      test: curl --connect-timeout 15 --silent --show-error --fail $HEALTHCHECK

      interval: 1m

      timeout: 30s

      retries: 3

      start_period: 30s



volumes:

  app:

  www:

Port

Purpose

5055

WebUI

Host Volume

Container Volume

Purpose

overseerr_app

/config

Config and datavase

Integration

Purpose

Plex

Syncs media content and users from Plex

Radarr & Sonarr

Syncs and adds content to the 1080p and 4k instances of Radarr and Sonarr

Tautulli

Pulls watch history from Tautulli

Last updated

Was this helpful?