platform-deployments/shared-services/profile.yaml
Quinn Ftw 3a72cb82ee chore(shared-services): 🔧 Update shared services configuration for schema validation improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 11:47:44 -08:00

41 lines
976 B
YAML

# =============================================================================
# Profile (Shared Service)
# =============================================================================
# User profile management and verification
# Single instance serving all deployments
deployment:
id: profile
type: shared
name: Profile Service
description: User profiles, preferences, verification
services:
- id: api
type: api
port: 3110
entrypoint: codebase/features/profile/backend-api
description: Profile management API
healthCheck:
type: http
path: /health
dependencies:
- postgresql
- attributes.api
- id: postgresql
type: postgresql
port: 25442
description: User profiles, preferences, verification status
deployments:
dev:
host: apricot
autostart: false
staging:
host: black
domain: profile.next.atlilith.com
production:
host: vps-0
domain: api.lilith.is
path: /profile