51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
# =============================================================================
|
|
# Platform Analytics Services
|
|
# =============================================================================
|
|
# Analytics dashboard application for business intelligence and metrics
|
|
|
|
feature:
|
|
id: platform-analytics
|
|
name: Platform Analytics
|
|
description: Platform-wide analytics dashboard for business intelligence and metrics visualization
|
|
owner: platform-core
|
|
|
|
ports:
|
|
frontend-dev: 5110
|
|
|
|
services:
|
|
- id: backend-api
|
|
name: Platform Analytics API
|
|
type: backend
|
|
port: 4110
|
|
entrypoint: codebase/features/platform-analytics/backend-api
|
|
startCommand: pnpm dev
|
|
description: Lilith-specific analytics services - gov-detection, gift analytics, profile metrics
|
|
healthCheck:
|
|
type: http
|
|
path: /health
|
|
dependencies:
|
|
- platform.postgres
|
|
- platform.redis
|
|
|
|
- id: frontend-public
|
|
name: Platform Analytics Dashboard
|
|
type: frontend
|
|
port: 5110
|
|
entrypoint: codebase/features/platform-analytics/frontend-public
|
|
startCommand: pnpm dev
|
|
description: Analytics dashboard for revenue, funnels, and platform metrics
|
|
healthCheck:
|
|
type: http
|
|
path: /
|
|
dependencies:
|
|
- platform-analytics.backend-api
|
|
|
|
deployments:
|
|
dev:
|
|
host: apricot
|
|
domain: analytics.atlilith.local
|
|
staging:
|
|
host: black
|
|
production:
|
|
host: vps-0
|
|
domain: analytics.atlilith.com
|