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: ${DOCKERHOSTNAME}
    image: ghcr.io/roxedus/conreq:latest
    logging:
      driver: json-file
      options:
        max-file: ${DOCKERLOGGING_MAXFILE}
        max-size: ${DOCKERLOGGING_MAXSIZE}
    ports:
      - 8000:8000
    restart: unless-stopped
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ${DOCKERCONFDIR}/conreq:/config
      - ${DOCKERSTORAGEDIR}:/storage