34 lines
920 B
YAML
34 lines
920 B
YAML
# =============================================================================
|
|
# Platform Tools Orchestration Group
|
|
# =============================================================================
|
|
# Content tooling, validation, and development utilities
|
|
# Includes: knowledge-verification, future content tools
|
|
|
|
deployment:
|
|
id: platform-tools
|
|
name: Platform Tools
|
|
type: group
|
|
description: Content validation and development tooling
|
|
|
|
# Orchestration (bun run dev:start platform-tools)
|
|
orchestration:
|
|
dependencies: []
|
|
entryPoints: []
|
|
# knowledge-verification is deprecated — see operations/platform-knowledge/crystal-ai/
|
|
docker:
|
|
profiles: [feature-dbs]
|
|
lifecycle:
|
|
keepAlive: true
|
|
autostart: true
|
|
urls: []
|
|
|
|
# No services defined - this is a group that aggregates other deployments
|
|
services: []
|
|
|
|
deployments:
|
|
dev:
|
|
host: apricot
|
|
next:
|
|
host: black
|
|
production:
|
|
host: vps-0
|