Skip to content

Conreq

Docker Pulls GitHub Stars

Description

Conreq is a application for managing requests for your media library. It integrates with your existing services such as Sonarr, and Radarr! (Like Ombi)

Install/Setup

Example Docker Compose Override

services:
  conreq:
    container_name: conreq
    environment:
      - PGID=${PGID}
      - PUID=${PUID}
      - TZ=${TZ}
    hostname: ${DOCKER_HOSTNAME}
    image: ghcr.io/roxedus/conreq:latest
    ports:
      - 8000:8000
    restart: unless-stopped
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ${DOCKER_VOLUME_CONFIG}/conreq:/config
      - ${DOCKER_VOLUME_STORAGE}:/storage