chore: docker构建脚本优化,SQL脚本完善
This commit is contained in:
@@ -128,8 +128,12 @@ pnpm run build
|
||||
docker compose up --build -d
|
||||
```
|
||||
|
||||
说明:
|
||||
- `easyflow-api` 默认使用根目录 `Dockerfile`,会先在容器中构建并安装 `easy-agents`,再构建 `easyflow` 后端。
|
||||
- 由于依赖 `easy-agents` 源码,`docker-compose.yml` 中后端构建上下文为上级目录(包含 `easyflow` 与 `easy-agents` 的同级目录)。
|
||||
- ARM 服务器可直接构建(基础镜像支持 `linux/arm64`)。
|
||||
|
||||
默认端口:
|
||||
- 后端 API:`8080`
|
||||
- Admin:`8081`
|
||||
- UserCenter:`8082`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user