Konduo CE backend API server with plugin runtime, RBAC, alerts, metrics, and PostgreSQL.
6.6K
Konduo Community Edition is an integrated operations and monitoring platform.
It provides a Go-based backend and a Svelte-based web UI for managing monitoring targets, metric-based operational views, dashboards, alert rules, and alert delivery channels in one workflow.
This image is part of the Konduo CE container stack.
Konduo CE is intended to be used with:
pletorco/konduo-backendpletorco/konduo-frontendOptional:
pletorco/konduo-manual-ceFor a local first run, create a working directory:
mkdir -p konduo-quickstart/prometheus
cd konduo-quickstart
Prepare your .env, compose.yml, and Prometheus configuration using the full Docker Compose guide linked below.
Then start the stack:
docker compose --env-file .env -f compose.yml pull
docker compose --env-file .env -f compose.yml up -d
docker compose --env-file .env -f compose.yml ps
Open Konduo in your browser:
http://localhost:5173
If the optional manual container is enabled in your Compose setup, the Community manual is served together with the frontend under:
http://localhost:5173/manual/
Important backend configuration includes:
| Variable | Description |
|---|---|
DB_TYPE | Database type. Use postgres. |
DB_HOST | PostgreSQL host. |
DB_PORT | PostgreSQL port. |
DB_NAME | PostgreSQL database name. |
DB_USER | PostgreSQL user. |
DB_PASSWORD | PostgreSQL password. |
JWT_SECRET | Secret used for JWT signing. |
KONDUO_SECRET_KEY | Stable secret key used by Konduo for stored secrets and credentials. |
Important frontend configuration includes:
| Variable | Description |
|---|---|
BACKEND_UPSTREAM | Backend upstream address used by the frontend container. |
MANUAL_UPSTREAM | Optional manual upstream address used when serving the Konduo manual through the frontend container. |
Required:
pletorco/konduo-backendpletorco/konduo-frontendOptional:
pletorco/konduo-manual-ceFor local validation, latest is convenient.
For repeatable validation, pre-production, or production-like environments:
latest.The full Docker Compose guide covers .env configuration, PostgreSQL, Prometheus, first login, validation steps, optional manual access, and basic production considerations:
Content type
Image
Digest
sha256:b61cd424d…
Size
145.2 MB
Last updated
2 days ago
docker pull pletorco/konduo-backend