# ============================================================================= # LOCAL-LLM-AGENT - PORT ASSIGNMENTS # ============================================================================= # Archivo centralizado de asignacion de puertos # Gestionado por: DevEnv Agent / Claude Code # Fecha: 2026-01-20 # Base: 3160 # Estandar: Gateway=base, Engine=base+1 # Registro: orchestration/inventarios/DEVENV-PORTS-INVENTORY.yml v3.7.0 # ============================================================================= # SERVICIOS PRINCIPALES GATEWAY_PORT=3160 INFERENCE_ENGINE_PORT=3161 # BACKEND DE INFERENCIA (Externo) OLLAMA_PORT=11434 # BASES DE DATOS (Instancia compartida del workspace) POSTGRES_PORT=5432 POSTGRES_DATABASE=local_llm_dev POSTGRES_USER=local_llm_dev # REDIS (Instancia compartida del workspace) REDIS_PORT=6379 REDIS_DB=9 # ============================================================================= # NOTAS # ============================================================================= # - Estandar: Gateway = base, Inference Engine = base + 1 # - Registrado en: @DEVENV_PORTS (orchestration/inventarios/DEVENV-PORTS-INVENTORY.yml) # - PostgreSQL y Redis son instancias COMPARTIDAS del workspace (puerto unico) # - La separacion es por nombre de base de datos y numero de DB Redis # - Cualquier cambio debe coordinarse con DevEnv Agent # =============================================================================