Skip to main content

Quickstart

You can deploy Fivemanage Lite using the pre-built Docker image or by orchestrating the entire stack with Docker Compose.

Option A: Production Docker Run

If you already have your databases (Postgres/ClickHouse) running, you can start the application container directly.

Option B: Full Stack via Docker Compose

For a complete self-hosted environment including all dependencies, use the provided docker-compose.yml. This will spin up Postgres, ClickHouse, MinIO, and Jaeger alongside the application.
  1. Create a docker-compose.yml file:
  1. Start the stack:

Initial Login

Once the application is running, access the dashboard at http://localhost:8080.
  • Username: admin
  • Password: The value of your ADMIN_PASSWORD environment variable (default is password in the example above).