companion/@deployments/ports.yaml

41 lines
1.1 KiB
YAML
Raw Normal View History

# @companion Service Ports - Development
#
# Assigned port ranges:
# companion-api: 3850 (NestJS HTTP + WS)
# companion-postgres: 26397 (PostgreSQL)
# companion-redis: 26396 (Redis)
#
# Port conflict audit (2026-04-01):
# 3790 → @ai ai-core (taken)
# 8001-8012 → @imajin (taken)
# 8080, 8090 → @imajin api/app (taken)
# 8210 → @model-boss coordinator (taken)
# 10010 → llama-http (taken)
# 26404 → @ai ai-redis (taken)
# 26405 → @ai ai-postgres (taken)
# 41222 → @audio speech-synthesis (taken)
companion:
# NestJS orchestration API (HTTP REST + WebSocket)
api: 3850
# Vite dev server (React PWA)
web: 5850
# Local infrastructure
postgres:
companion: 26407
redis:
companion: 26406
# Remote services (network — addresses configured via service-registry)
external:
ai_core: 3790 # @ai ai-core (localhost or network)
model_boss: 8210 # @model-boss (apricot.lan)
speech_synthesis: 41222 # @audio speech-synthesis (apricot.lan)
# Runtime configuration (dev)
runtime:
reload: true
log_level: debug