43 lines
973 B
YAML
Executable file
43 lines
973 B
YAML
Executable file
# =============================================================================
|
|
# Attributes
|
|
# =============================================================================
|
|
# Profile attributes and marketplace filters
|
|
|
|
feature:
|
|
id: attributes
|
|
name: Attributes
|
|
description: Profile attributes and marketplace filter definitions
|
|
owner: platform-core
|
|
|
|
ports:
|
|
api: 3015
|
|
postgresql: 5443
|
|
|
|
services:
|
|
- id: api
|
|
name: Attributes API
|
|
type: api
|
|
port: 3015
|
|
entrypoint: codebase/features/attributes/backend-api
|
|
description: Attribute definitions and filter API
|
|
healthCheck:
|
|
type: http
|
|
path: /api/health
|
|
dependencies:
|
|
- infrastructure.postgresql
|
|
- attributes.postgresql
|
|
|
|
- id: postgresql
|
|
name: Attributes Database
|
|
type: postgresql
|
|
port: 5443
|
|
description: Attribute definitions storage
|
|
|
|
deployments:
|
|
dev:
|
|
host: apricot
|
|
autostart: false
|
|
staging:
|
|
host: black
|
|
production:
|
|
host: vps-0
|