Services available via Docker Compose:
  • Frontend, APIs, Databases, Object Storage, and Debugging tools
  • No extra config needed if Docker is running
Use this guide as your quick-access panel for URLs and ports during development.
1

Frontend Interface

http://localhost:3000
Next.js Frontend UI
2

API Services

3

API Documentation

4

Vector Database (Qdrant)

5

Developer Tools

6

Databases

  • MongoDB: Accessible via localhost:27017 (use Compass or CLI)
  • Redis: Internal access only (via Redis CLI)
7

Object Storage (MinIO)

You can update ports in the docker-compose.yml file if conflicts arise. For custom environments, document overrides in your .env or service readmes.

Troubleshooting