chore(platform-admin): 🔧 Update service definitions in admin platform
This commit is contained in:
parent
eec0bf67ad
commit
07dc5d855f
1 changed files with 23 additions and 1 deletions
|
|
@ -27,11 +27,33 @@ services:
|
|||
- infrastructure.postgresql
|
||||
- infrastructure.redis
|
||||
- sso.api
|
||||
devDependencies:
|
||||
optionalDependencies:
|
||||
# Services monitored by platform-admin
|
||||
# These don't block startup - admin can start even if they're down
|
||||
- marketplace.api
|
||||
- marketplace.postgresql
|
||||
- marketplace.redis
|
||||
- landing.landing-api
|
||||
- landing.postgresql
|
||||
- landing.minio
|
||||
- seo.api
|
||||
- seo.postgresql
|
||||
- seo.redis
|
||||
- seo.frontend-public
|
||||
- profile.api
|
||||
- profile.postgresql
|
||||
- analytics.api
|
||||
- analytics.postgresql
|
||||
- analytics.redis
|
||||
- conversation-assistant.api
|
||||
- conversation-assistant.postgresql
|
||||
- conversation-assistant.redis
|
||||
- merchant.api
|
||||
- merchant.postgresql
|
||||
- merchant.redis
|
||||
- truth-validation.api
|
||||
- truth-validation.redis
|
||||
- ui-dev-tools.api
|
||||
|
||||
- id: frontend-dev
|
||||
name: Platform Admin Frontend Dev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue