Add V2 admin console

This commit is contained in:
2026-07-06 18:13:08 +08:00
parent 301661e7b4
commit 62eeb3186c
34 changed files with 3132 additions and 1 deletions

View File

@@ -53,5 +53,16 @@ services:
depends_on:
- backend
admin-web:
build:
context: ./apps/admin-web
container_name: ai_kb_v2_admin_web
environment:
VITE_API_BASE_URL: http://127.0.0.1:8100/api
ports:
- "5174:5174"
depends_on:
- backend
volumes:
ai_kb_v2_mysql_data: