37 lines
874 B
YAML
37 lines
874 B
YAML
# =============================================================================
|
|
# Platform Core Services
|
|
# =============================================================================
|
|
# Core platform services - SSO, API gateway, routing
|
|
|
|
feature:
|
|
id: platform
|
|
name: Platform Core
|
|
description: Core platform services - authentication, routing, file storage
|
|
owner: platform-core
|
|
|
|
ports:
|
|
drive: 3002
|
|
|
|
services:
|
|
- id: drive
|
|
name: Drive Service
|
|
type: api
|
|
port: 3002
|
|
entrypoint: codebase/features/drive/backend-api
|
|
description: File storage and management
|
|
healthCheck:
|
|
type: http
|
|
path: /health
|
|
dependencies:
|
|
- infrastructure.postgresql
|
|
- infrastructure.minio
|
|
|
|
deployments:
|
|
dev:
|
|
host: apricot
|
|
domain: api.atlilith.local
|
|
staging:
|
|
host: black
|
|
production:
|
|
host: vps-0
|
|
domain: api.atlilith.com
|