Skip to content

Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem, along with Radarr and Sonarr.

version: '3.8'
services:
overseerr:
image: sctx/overseerr:latest
container_name: overseerr
user: 1001:300
environment:
- LOG_LEVEL=debug
- TZ=Europe/Paris
ports:
- 5055:5055
volumes:
- /mnt/wdssd/media-center/config/overseerr/config:/app/config
restart: unless-stopped
networks:
- homelab
networks:
homelab:
external: true

Replaced with App iconJellyseer.