29 lines
613 B
YAML
29 lines
613 B
YAML
feature:
|
|
id: content-moderation
|
|
name: Content Moderation
|
|
description: Content validation and truth-checking for user-generated content
|
|
owner: platform-team
|
|
|
|
ports:
|
|
api: 3500
|
|
|
|
services:
|
|
- id: api
|
|
name: Content Moderation API
|
|
type: nestjs
|
|
port: 3500
|
|
entrypoint: codebase/features/content-moderation/backend-api
|
|
description: Content moderation with knowledge-verification integration
|
|
healthCheck:
|
|
type: http
|
|
path: /health
|
|
dependencies:
|
|
- knowledge-verification.api
|
|
|
|
deployments:
|
|
dev:
|
|
host: apricot
|
|
next:
|
|
host: black
|
|
production:
|
|
host: vps-0
|