Przeglądaj źródła

update docker version

supeng 11 godzin temu
rodzic
commit
a8aa8ca277
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      docker-compose.yml

+ 3 - 3
docker-compose.yml

@@ -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