chore(features): 🔧 Update 13 YAML configuration files in feature directories
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ebac55463b
commit
d6b5dec883
13 changed files with 0 additions and 46 deletions
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/age-verification/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/content-editing/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/conversation-assistant/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/dating-autopilot/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/feature-flags/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/i18n/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/image-assistant/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/image-generator/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/platform-admin/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/platform-user/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/status-dashboard/services.yaml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../codebase/features/ui-dev-tools/services.yaml
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue