46 lines
1 KiB
YAML
46 lines
1 KiB
YAML
# =============================================================================
|
|
# Atlilith Admin Deployment
|
|
# =============================================================================
|
|
# Platform administration dashboard
|
|
|
|
deployment:
|
|
id: atlilith.admin
|
|
name: Atlilith Admin
|
|
feature: platform-admin
|
|
domain: admin.atlilith.com
|
|
description: Platform administration dashboard
|
|
|
|
services:
|
|
- id: frontend
|
|
type: frontend
|
|
port: 3200
|
|
entrypoint: .
|
|
description: Admin dashboard Vite frontend
|
|
healthCheck:
|
|
type: http
|
|
path: /
|
|
dependencies:
|
|
- api
|
|
- sso.api
|
|
|
|
- id: api
|
|
type: api
|
|
port: 3011
|
|
entrypoint: codebase/features/platform-admin/backend-api
|
|
description: Platform admin API - service monitoring, configuration
|
|
healthCheck:
|
|
type: http
|
|
path: /health
|
|
dependencies:
|
|
- sso.api
|
|
|
|
deployments:
|
|
dev:
|
|
host: apricot
|
|
domain: admin.atlilith.local
|
|
staging:
|
|
host: black
|
|
domain: admin.next.atlilith.com
|
|
production:
|
|
host: vps-0
|
|
domain: admin.atlilith.com
|