Overseerr

Request management and media discovery tool for the Plex ecosystem.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
  overseerr:
    image: lscr.io/linuxserver/overseerr:latest
    container_name: overseerr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/overseerr/config:/config
    ports:
      - 5055:5055
    restart: unless-stopped

Resources

Website: https://overseerr.dev/

GitHub: https://github.com/sct/overseerr

Docker Hub: https://hub.docker.com/r/linuxserver/overseerr

Configuration: https://github.com/linuxserver/docker-overseerr