Port Map
Complete port assignments for all Orion services, infrastructure, and tools.
No port conflicts
All ports are unique and non-overlapping across the entire stack.
Application Services
| Port |
Service |
Protocol |
Description |
| 8000 |
Gateway |
HTTP |
Go API gateway, single entry point |
| 8001 |
Scout |
HTTP |
Trend detection |
| 8002 |
Director |
HTTP |
Pipeline orchestration |
| 8003 |
Media |
HTTP |
Image generation |
| 8004 |
Editor |
HTTP |
Video rendering |
| 8005 |
Pulse |
HTTP |
Analytics |
| 8006 |
Publisher |
HTTP |
Social publishing |
| 8007 |
Identity |
HTTP |
User auth & management |
| 3001 |
Dashboard |
HTTP |
Next.js admin UI |
Infrastructure
| Port |
Service |
Protocol |
Description |
| 5432 |
PostgreSQL |
TCP |
Primary database |
| 6379 |
Redis |
TCP |
Cache, pub/sub, sessions |
| 19530 |
Milvus |
gRPC |
Vector search |
| 9091 |
Milvus |
HTTP |
Health check API |
| 11434 |
Ollama |
HTTP |
Local LLM inference |
| 8188 |
ComfyUI |
HTTP/WS |
Image generation UI |
| Port |
Service |
Protocol |
Description |
| 5050 |
pgAdmin 4 |
HTTP |
PostgreSQL management UI |
| 4005 |
Databasus |
HTTP |
Automated backup dashboard |
Monitoring
| Port |
Service |
Protocol |
Description |
| 9090 |
Prometheus |
HTTP |
Metrics collection |
| 9093 |
Alertmanager |
HTTP |
Alert routing |
| 3003 |
Grafana |
HTTP |
Monitoring dashboards |
E2E Test Mocks
| Port |
Service |
Description |
| 9001 |
Mock LLM |
Test LLM provider |
| 9002 |
Mock ComfyUI |
Test image provider |
| 9003 |
Mock TTS |
Test TTS provider |
| 9004 |
Mock FAL |
Test cloud provider |
| Port |
Service |
Description |
| 8080 |
Documentation |
Zensical docs server |
| 8089 |
Locust |
Load test web UI |
Port Layout Diagram
block-beta
columns 4
block:app["Application Services"]:4
gw["Gateway\n:8000"]
scout["Scout\n:8001"]
director["Director\n:8002"]
media["Media\n:8003"]
editor["Editor\n:8004"]
pulse["Pulse\n:8005"]
publisher["Publisher\n:8006"]
identity["Identity\n:8007"]
end
block:ui["User Interfaces"]:4
dash["Dashboard\n:3001"]
grafana["Grafana\n:3003"]
pgadmin["pgAdmin\n:5050"]
databasus["Databasus\n:4005"]
end
block:infra["Infrastructure"]:4
pg["PostgreSQL\n:5432"]
redis["Redis\n:6379"]
milvus["Milvus\n:19530"]
ollama["Ollama\n:11434"]
end
block:mon["Monitoring & Testing"]:4
prom["Prometheus\n:9090"]
alert["Alertmanager\n:9093"]
locust["Locust\n:8089"]
docs["Docs\n:8080"]
end