74 lines
2.7 KiB
YAML
74 lines
2.7 KiB
YAML
# transquinnftw dev cluster — canonical service port registry
|
|
# Single source of truth. Edit here; .env.ports is committed alongside.
|
|
#
|
|
# Ranges:
|
|
# 3020-3039 API backends
|
|
# 3090-3099 Dev tooling
|
|
# 3100-3109 Messaging services
|
|
# 3800-3803 Background workers (health ports)
|
|
# 3910-3919 MCP servers (Streamable HTTP, prod on black)
|
|
# 4000-4199 Analytics cluster
|
|
# 5110-5200 Frontend dev servers
|
|
# 9000-9001 Object storage (MinIO)
|
|
# 25433 Messenger PostgreSQL
|
|
# 25432 TimescaleDB (platform-analytics, on black)
|
|
# 25435 Quinn unified PostgreSQL (curated)
|
|
# 25436 Quinn mac-sync PostgreSQL (raw sync; formerly icloud)
|
|
# 26381 Redis (platform-analytics, on black)
|
|
|
|
gateways:
|
|
quinn.ai-gateway: 8090
|
|
|
|
apis:
|
|
quinn.data-api: 3022
|
|
quinn.admin-api: 3023
|
|
quinn.my-api: 3024
|
|
quinn.sso: 3025
|
|
quinn.newsletter-api: 3026
|
|
quinn.ai-api: 3028
|
|
quinn.api: 3030
|
|
quinn.image-protection: 3032
|
|
broadcast: 3034 # broadcast control plane (LLM controller / relay management)
|
|
quinn.m-sync: 3100
|
|
quinn.m-api: 3105
|
|
quinn.m-relationship: 3803
|
|
|
|
mcp:
|
|
quinn.mcp.my: 3910
|
|
quinn.mcp.admin: 3911
|
|
quinn.mcp.prospector: 3912
|
|
quinn.mcp.messenger: 3913 # canonical "quinn.messenger" MCP (READ + WRITE iMessage for the messaging surface)
|
|
quinn.mcp.analytics: 3914
|
|
|
|
frontends:
|
|
platform.analytics.frontend: 5111
|
|
quinn.www: 5120
|
|
quinn.admin: 5121
|
|
platform.analytics.website: 5122
|
|
quinn.newsletter: 5126
|
|
quinn.my: 5174
|
|
quinn.m: 5175 # quinn.messenger messaging surface (messenger.transquinnftw.com); deploy folder + systemd paths remain quinn.m/quinn-m for continuity
|
|
quinn.ai: 5176
|
|
quinn.vip: 5178
|
|
broadcast: 5179 # quinn.cast LLM control surface + relay UI (hotel thin client + DO OBS/SRT high-bitrate fanout)
|
|
|
|
analytics:
|
|
platform.analytics.collector: 4001
|
|
platform.analytics.processor: 4002
|
|
# platform.analytics.query-api: 4003 (deprecated for website analytics; queries via quinn-api)
|
|
platform.analytics.website-api: 4005
|
|
platform.analytics.api: 4110
|
|
|
|
tooling:
|
|
quinn.docs: 3090
|
|
|
|
infrastructure:
|
|
quinn.db.pg: 25435
|
|
quinn.db.pg.icloud: 25436 # quinn_macsync (macsync for quinn.messenger iMessage data)
|
|
quinn.m-db: 25433 # legacy messenger listener DB (for quinn.messenger / quinn.m LISTEN/NOTIFY workers)
|
|
platform.analytics.db: 25432 # on black (prod-only)
|
|
platform.analytics.redis: 26381 # on black (prod-only)
|
|
quinn.db.minio: 9000
|
|
quinn.db.minio.console: 9001
|
|
quinn.mail: 1025
|
|
quinn.mail.ui: 8025
|