# ============================================================================= # 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