Add V2 local dev compose
This commit is contained in:
@@ -15,6 +15,15 @@
|
||||
|
||||
## 本地启动
|
||||
|
||||
方式一:使用 V2 统一编排。
|
||||
|
||||
```bash
|
||||
cd ai_knowledge_base_v2
|
||||
docker compose -f docker-compose.dev.yml up --build
|
||||
```
|
||||
|
||||
方式二:本地 Node 直接启动。
|
||||
|
||||
```bash
|
||||
cd ai_knowledge_base_v2/apps/user-client
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user