|
|
@@ -1,7 +1,7 @@
|
|
|
services:
|
|
|
# 内容寻找 Agent 服务
|
|
|
content-finder:
|
|
|
- image: registry.cn-hangzhou.aliyuncs.com/stuuudy/content-finder-agent:latest
|
|
|
+ image: registry.cn-hangzhou.aliyuncs.com/stuuudy/content-finder-agent:${VERSION:-latest}
|
|
|
build:
|
|
|
context: .
|
|
|
dockerfile: Dockerfile.content-finder
|
|
|
@@ -35,7 +35,7 @@ services:
|
|
|
|
|
|
# 可视化 API 服务
|
|
|
api-server:
|
|
|
- image: registry.cn-hangzhou.aliyuncs.com/stuuudy/content-finder-agent-api-server:latest
|
|
|
+ image: registry.cn-hangzhou.aliyuncs.com/stuuudy/content-finder-agent-api-server:${VERSION:-latest}
|
|
|
build:
|
|
|
context: .
|
|
|
dockerfile: Dockerfile.api-server
|
|
|
@@ -54,7 +54,7 @@ services:
|
|
|
|
|
|
# 前端服务
|
|
|
frontend:
|
|
|
- image: registry.cn-hangzhou.aliyuncs.com/stuuudy/content-finder-agent-frontend:latest
|
|
|
+ image: registry.cn-hangzhou.aliyuncs.com/stuuudy/content-finder-agent-frontend:${VERSION:-latest}
|
|
|
build:
|
|
|
context: .
|
|
|
dockerfile: Dockerfile.frontend
|