Add V2 admin console
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user