🔧 Regenerate ports config with queueWorker service

Add queueWorker service ports (api: 3080, websocket: 3081, redis: 6388).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lilith 2026-01-02 23:54:32 -08:00
parent 3bbd9f5ff1
commit ccb4be5ad5

View file

@ -3,7 +3,7 @@
// =============================================================================
//
// Generated from: infrastructure/ports.yaml
// Generated at: 2025-12-30T02:58:33.418Z
// Generated at: 2026-01-03T07:54:11.926Z
//
// To regenerate: pnpm generate:ports
// =============================================================================
@ -22,6 +22,13 @@ export const PORTS = {
"console": 9001
}
},
"services": {
"queueWorker": {
"api": 3080,
"websocket": 3081,
"redis": 6388
}
},
"ml": {
"mediaPrivacy": 8000,
"imageGeneration": 8002,
@ -35,18 +42,41 @@ export const PORTS = {
},
"features": {
"statusDashboard": {
"web": 5000
"web": 5000,
"frontendDev": 3000
},
"landing": {
"api": 3010,
"frontendDev": 5100,
"postgresql": 5438
},
"email": {
"platformAdmin": {
"api": 3011,
"frontendDev": 3200
},
"analytics": {
"api": 3012,
"frontendDev": 5173,
"postgresql": 5434,
"redis": 6381
},
"email": {
"api": 3013,
"frontendDev": 5174,
"postgresql": 5439,
"redis": 6385
},
"seo": {
"api": 3014,
"frontendAdmin": 4004,
"frontendPublic": 4003,
"postgresql": 5436,
"redis": 6383
},
"attributes": {
"api": 3015,
"postgresql": 5443
},
"featureFlags": {
"api": 3090,
"frontendDev": 5190,
@ -54,30 +84,25 @@ export const PORTS = {
},
"conversationAssistant": {
"api": 3100,
"frontendDev": 5173,
"postgresql": 5433,
"redis": 6380
},
"profile": {
"api": 3110,
"frontendDev": 5175,
"postgresql": 5442
},
"analytics": {
"api": 3200,
"postgresql": 5434,
"redis": 6381
},
"i18n": {
"api": 3300,
"postgresql": 5435,
"redis": 6382
},
"seo": {
"api": 3400,
"postgresql": 5436,
"redis": 6383
"portal": {
"frontendDev": 3300
},
"truthValidation": {
"api": 3500,
"api": 41233,
"redis": 6384,
"redisInsight": 8001
},
@ -93,13 +118,13 @@ export const PORTS = {
"postgresql": 5440,
"redis": 6386
},
"datingAutopilot": {},
"portal": {
"webmap": {
"frontendDev": 5101
},
"platformAdmin": {
"frontendDev": 5102
}
"marketplace": {
"frontendDev": 5200
},
"datingAutopilot": {}
},
"apps": {
"fanClub": {