Prerequisites
- Docker with Compose support
- Bun 1.3.4+ (install)
Quick Setup
Access: http://localhost:3001 | Login:admin@example.com / changeme123
Service Ports
| Service | Port | Description |
|---|---|---|
| Frontend | 3001 | Admin dashboard (Next.js) |
| Backend | 3000 | Admin API |
| Proxy | 3002 | SDK proxy |
| PostgreSQL | 5433 | Database |
| Redis | 6379 | Cache |
Configuration
Main config inpackages/platform/backend/.env:
Process Management (PM2)
Health Checks
Production Deployment
See DEPLOY.md for infrastructure, SSL, and scaling →