feat: add shared ai workspace agent installer

This commit is contained in:
Codex
2026-06-09 13:22:38 +03:00
parent e208b9f659
commit b59fa8d9ef
3 changed files with 3905 additions and 10 deletions
+1
View File
@@ -162,6 +162,7 @@ services:
PORT: 18082
DATABASE_URL: postgres://${AI_WORKSPACE_PG_USER:-nodedc_ai_workspace}:${AI_WORKSPACE_PG_PASS:-nodedc_ai_workspace}@ai-workspace-postgres:5432/${AI_WORKSPACE_PG_DB:-nodedc_ai_workspace}
AI_WORKSPACE_ASSISTANT_TOKEN: ${AI_WORKSPACE_ASSISTANT_TOKEN:-dev-ai-workspace-assistant-token}
AI_WORKSPACE_HUB_PUBLIC_URL: ${AI_WORKSPACE_HUB_PUBLIC_URL:-ws://host.docker.internal:18081/api/ai-workspace/hub}
expose:
- "18082"
ports: