31 lines
847 B
YAML
31 lines
847 B
YAML
# =============================================================================
|
|
# Platform Dev
|
|
# =============================================================================
|
|
# Development-only platform tooling dashboard
|
|
# NOT deployed to production - dev tools only
|
|
|
|
feature:
|
|
id: platform-dev
|
|
name: Platform Dev
|
|
description: Development tooling dashboard for ML services and content generation
|
|
owner: platform-core
|
|
environment: development
|
|
|
|
ports:
|
|
frontend-dev: 3201
|
|
|
|
services:
|
|
- id: frontend-dev
|
|
name: Platform Dev Frontend
|
|
type: frontend
|
|
port: 3201
|
|
entrypoint: codebase/features/platform-dev/frontend-dev
|
|
description: Vite dev server for development tools
|
|
|
|
# No API service - reuses platform-admin API
|
|
|
|
deployments:
|
|
dev:
|
|
host: apricot
|
|
autostart: false
|
|
# NO staging or production - dev-only feature
|