workspace/projects/betting-analytics/orchestration/environment/PROJECT-ENV-CONFIG.yml
rckrdmrd 513a86ceee
Some checks are pending
CI Pipeline / changes (push) Waiting to run
CI Pipeline / core (push) Blocked by required conditions
CI Pipeline / trading-backend (push) Blocked by required conditions
CI Pipeline / trading-data-service (push) Blocked by required conditions
CI Pipeline / trading-frontend (push) Blocked by required conditions
CI Pipeline / erp-core (push) Blocked by required conditions
CI Pipeline / erp-mecanicas (push) Blocked by required conditions
CI Pipeline / gamilit-backend (push) Blocked by required conditions
CI Pipeline / gamilit-frontend (push) Blocked by required conditions
Major update: orchestration system, catalog references, and multi-project enhancements
Core:
- Add catalog reference implementations (auth, payments, notifications, websocket, etc.)
- New agent profiles: Database Auditor, Integration Validator, LLM Agent, Policy Auditor, Trading Strategist
- Update SIMCO directives and add escalation/git guidelines
- Add deployment inventory and audit execution reports

Projects:
- erp-suite: DevOps configs, Dockerfiles, shared libs, vertical enhancements
- gamilit: Test structure, admin controllers, service refactoring, husky/commitlint
- trading-platform: MT4 gateway, auth controllers, admin frontend, deployment scripts
- platform_marketing_content: Full DevOps setup, tests, Docker configs
- betting-analytics/inmobiliaria-analytics: Initial app structure

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 22:53:55 -06:00

48 lines
1.5 KiB
YAML

# =============================================================================
# PROJECT-ENV-CONFIG.yml
# Configuración de Ambiente específica del proyecto BETTING-ANALYTICS
# =============================================================================
# Proyecto: BETTING-ANALYTICS - Análisis de Apuestas Deportivas
# Actualizado: 2025-12-05
# Referencia: ~/workspace/core/devtools/environment/DEV-ENVIRONMENT-REGISTRY.yml
# =============================================================================
project:
name: "BETTING_ANALYTICS"
slug: "betting-analytics"
description: "Plataforma de Análisis de Apuestas Deportivas"
status: "development"
port_block: 3090
ports:
frontend: 3090
backend: 3091
ml_service: 8003
database:
host: "localhost"
port: 5438 # Puerto asignado para betting-analytics (ver DEVENV-PORTS-INVENTORY.yml)
name: "betting_analytics"
user: "betting_user"
# password: Ver archivo .env local
urls:
frontend: "http://localhost:3090"
backend_api: "http://localhost:3091/api"
swagger: "http://localhost:3091/api/docs"
env_files:
backend: "apps/backend/.env"
frontend: "apps/frontend/.env"
stack:
backend: "NestJS + TypeScript"
frontend: "React + TypeScript + Vite"
database: "PostgreSQL 15"
ml_service: "FastAPI + Python"
notes: |
- Proyecto en desarrollo inicial
- Servicio ML para análisis predictivo de apuestas
- Base de datos: betting_analytics (en instancia PostgreSQL compartida)