Skip to main content

Quick Start

1

Prerequisites

  • Docker Desktop installed and running
  • At least 8GB RAM available for Docker
  • 20GB free disk space
2

Configure Environment

3

Start All Services

4

Access the Platform

Services Architecture

Management Scripts

Start and Stop

View Logs

Rebuild Services

Always use --no-cache for reliable rebuilds. docker compose up -d --build often uses cached layers and does NOT pick up source changes.

Direct Docker Commands

Database Migrations

Migrations run automatically on container startup. To run manually:

Environment Variables

Required

Optional

Security Notes

  • Default passwords used (suitable for development only)
  • PostgreSQL: brainstormer / password
  • JWT Secret: development-secret-key-replace-in-production

Health Checks

Troubleshooting

Increase Docker memory limit in Docker Desktop settings. Recommended: 8GB minimum.