Owner: Engineering Team | Last Updated: 2026-01-30 | Status: Current
All services are containerized using Docker with multi-stage builds for optimization.
| Setting | Value | Purpose |
|---|---|---|
| Base Image | node:20.9.0-alpine |
Minimal Node.js image |
| Max Heap | 4,096 MB | Prevent OOM during build |
| Network Timeout | 600,000 ms (10 min) | Handle slow registries |
| Max Sockets | 50 | Parallel dependency downloads |
| Fetch Retries | 5 | Retry on network failures |
| Resource | Value |
|---|---|
| CPU | 3,072 units (3 vCPU) |
| Memory | 3,500 MB |
| Port | 3001 |
| Date | Author | Change |
|---|---|---|
| 2026-01-30 | Admin | Initial creation |
Prev: Infrastructure Overview | Next: Environment Configuration | Up: General