erp-mecanicas-diesel/orchestration/environment/ENVIRONMENT-INVENTORY.yml
rckrdmrd f616a28ab0 feat: Add orchestration context and environment configuration
- Add CONTEXT-MAP.yml and ENVIRONMENT-INVENTORY.yml
- Add propagacion-fase8 directory
- Update CONTEXTO-PROYECTO.md and DEPENDENCIAS-SHARED.yml

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 05:38:00 -06:00

93 lines
2.9 KiB
YAML

# =============================================================================
# ENVIRONMENT-INVENTORY.yml - ERP-MECANICAS-DIESEL
# =============================================================================
# Inventario de Entorno de Desarrollo
# Generado por: @PERFIL_DEVENV
# Nota: Vertical de ERP-Suite para sector Mecanicas Diesel
# =============================================================================
version: "1.0.0"
fecha_creacion: "2026-01-04"
fecha_actualizacion: "2026-01-04"
responsable: "@PERFIL_DEVENV"
# -----------------------------------------------------------------------------
# IDENTIFICACION DEL PROYECTO
# -----------------------------------------------------------------------------
proyecto:
nombre: "ERP Mecanicas Diesel"
alias: "erp-mecanicas"
nivel: "NIVEL_2B.2"
tipo: "vertical"
estado: "desarrollo"
descripcion: "Vertical ERP para talleres de mecanica diesel"
parent_suite: "erp-suite"
# -----------------------------------------------------------------------------
# SERVICIOS Y PUERTOS
# -----------------------------------------------------------------------------
servicios:
frontend:
nombre: "erp-mecanicas-frontend"
framework: "React"
version: "18.x"
puerto: 3040
ubicacion: "apps/frontend/"
url_local: "http://localhost:3040"
backend:
nombre: "erp-mecanicas-backend"
framework: "NestJS"
version: "10.x"
puerto: 3041
ubicacion: "apps/backend/"
url_local: "http://localhost:3041"
api_prefix: "/api/v1"
# -----------------------------------------------------------------------------
# BASE DE DATOS
# -----------------------------------------------------------------------------
base_de_datos:
principal:
engine: "PostgreSQL"
version: "15"
host: "localhost"
puerto: 5432
ambientes:
development:
nombre: "erp_generic"
usuario: "erp_admin"
password_ref: "DB_PASSWORD en .env"
nota: "Usa BD compartida del core"
conexion_ejemplo: "postgresql://erp_admin:{password}@localhost:5432/erp_generic"
# -----------------------------------------------------------------------------
# VARIABLES DE ENTORNO
# -----------------------------------------------------------------------------
variables_entorno:
archivo_ejemplo: ".env.example"
variables:
- nombre: "PORT"
ejemplo: "3041"
- nombre: "DATABASE_URL"
ejemplo: "postgresql://erp_admin:password@localhost:5432/erp_generic"
# -----------------------------------------------------------------------------
# REFERENCIAS
# -----------------------------------------------------------------------------
referencias:
suite_inventory: "../erp-suite/orchestration/environment/ENVIRONMENT-INVENTORY.yml"
inventario_puertos: "orchestration/inventarios/DEVENV-PORTS-INVENTORY.yml"
# =============================================================================
# FIN DE INVENTARIO
# =============================================================================