Add platform AI Workspace Hub

This commit is contained in:
Codex
2026-05-30 13:28:23 +03:00
parent e605e95920
commit 469657d526
13 changed files with 1403 additions and 7 deletions
+20
View File
@@ -18,6 +18,8 @@ services:
condition: service_started
notification-core:
condition: service_started
ai-workspace-hub:
condition: service_started
extra_hosts:
- "host.docker.internal:host-gateway"
@@ -126,6 +128,24 @@ services:
notification-postgres:
condition: service_healthy
ai-workspace-hub:
image: nodedc/ai-workspace-hub:local
build:
context: ../services/ai-workspace-hub
restart: unless-stopped
env_file:
- path: .env
required: false
environment:
NODE_ENV: production
PORT: 18081
AI_WORKSPACE_HUB_TOKEN: ${AI_WORKSPACE_HUB_TOKEN:-dev-ai-workspace-hub-token}
AI_WORKSPACE_HUB_WS_PATH: /api/ai-workspace/hub
expose:
- "18081"
ports:
- "${AI_WORKSPACE_HUB_HOST_BIND:-127.0.0.1:18081}:18081"
volumes:
authentik-database:
authentik-data: