Self-Hosting

Self-Hosting

LLMUR can be self-hosted in two ways: locally for development using Docker Compose, or in production using a Dockerfile. Currently, only database-backed deployment is available.

Deployment Options

Configuration

Prerequisites

Before deploying LLMUR, ensure you have:

  • Docker and Docker Compose installed (for local deployment)
  • PostgreSQL 16.4 or later
  • Redis 7.4 or later
  • A YAML configuration file (see Configuration)