Loading...
Loading...
Local development environment management for Polar using Docker
npx skill4agent add polarsource/polar local-environmentdev docker-iCONDUCTOR_PORT(port - 55000) / 10 + 1-i N| Task | Command |
|---|---|
| Start full stack | |
| Stop services | |
| View all logs | |
| View service logs | |
| Follow logs | |
| Check status | |
| Restart service | |
| Shell access | |
| Fresh start | |
| With monitoring | |
| Force rebuild | |
| Service | Default Port | Description |
|---|---|---|
| api | 8000 | FastAPI backend |
| worker | - | Background job processor |
| web | 3000 | Next.js frontend |
| db | 5432 | PostgreSQL database |
| redis | 6379 | Redis cache |
| minio | 9000/9001 | S3-compatible storage |
| prometheus | 9090 | Metrics (optional) |
| grafana | 3001 | Dashboards (optional) |
| Instance | API | Web | DB | Redis | MinIO |
|---|---|---|---|---|---|
| 0 | 8000 | 3000 | 5432 | 6379 | 9000 |
| 1 | 8100 | 3100 | 5532 | 6479 | 9100 |
| 2 | 8200 | 3200 | 5632 | 6579 | 9200 |
| Rule | Category | Description |
|---|---|---|
| service-architecture | Reference | Service details |