Self hosting

Deploy on your infrastructure

Community Edition is designed for ownership: compose services, named volumes, health probes, and documented backup procedures.

Recommended stack: PostgreSQL, Redis, the Next.js app, and Nginx on a private network.

Configure secrets through environment variables, then expose only the reverse proxy.

Use the disaster-recovery docs for backup cadence, restore drills, and upgrade notes.

Self-host in minutes

cp .env.example .env
docker compose up -d --build
# http://localhost:2121
Default publish port 2121 · override with NGINX_HTTP_PORT