chore(features): 🔧 Update 13 YAML configuration files in feature directories

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Quinn Ftw 2026-02-18 13:00:52 -08:00
parent ebac55463b
commit d6b5dec883
13 changed files with 0 additions and 46 deletions

View file

@ -1 +0,0 @@
../../../codebase/features/age-verification/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/content-editing/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/conversation-assistant/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/dating-autopilot/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/feature-flags/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/i18n/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/image-assistant/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/image-generator/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/platform-admin/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/platform-user/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/status-dashboard/services.yaml

View file

@ -1 +0,0 @@
../../../codebase/features/ui-dev-tools/services.yaml

View file

@ -1,34 +0,0 @@
# =============================================================================
# Platform API (Shared Service)
# =============================================================================
# Core platform REST API serving api.atlilith.local
deployment:
id: platform-api
type: shared
name: Platform API
description: Core platform REST API
services:
- id: api
type: api
port: 4000
entrypoint: codebase/features/platform-api/backend-api
description: Core platform REST API
healthCheck:
type: http
path: /health
dependencies:
- postgresql
- redis
deployments:
dev:
host: apricot
autostart: true
staging:
host: black
domain: api.next.atlilith.com
production:
host: vps-0
domain: api.atlilith.com