From cd1d80488cd7c51ad50ce672ddae8b2739fbba6e Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Fri, 4 Jul 2025 10:15:03 +0800 Subject: [PATCH] update yml (#5152) --- deploy/docker/docker-compose-milvus.yml | 8 ++++---- deploy/docker/docker-compose-oceanbase/docker-compose.yml | 8 ++++---- deploy/docker/docker-compose-pgvector.yml | 8 ++++---- deploy/docker/docker-compose-zilliz.yml | 8 ++++---- deploy/docker/yml.js | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/deploy/docker/docker-compose-milvus.yml b/deploy/docker/docker-compose-milvus.yml index a3ada4710..cd9b75d30 100644 --- a/deploy/docker/docker-compose-milvus.yml +++ b/deploy/docker/docker-compose-milvus.yml @@ -226,8 +226,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.1 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.1 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.2 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.2 # 阿里云 container_name: fastgpt-plugin restart: always networks: @@ -248,8 +248,8 @@ services: # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.1.7 - # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.7 # 阿里云 + image: ghcr.io/labring/aiproxy:v0.2.2 + # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.2.2 # 阿里云 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/docker-compose-oceanbase/docker-compose.yml b/deploy/docker/docker-compose-oceanbase/docker-compose.yml index 90966e7d8..7dbc2e24b 100644 --- a/deploy/docker/docker-compose-oceanbase/docker-compose.yml +++ b/deploy/docker/docker-compose-oceanbase/docker-compose.yml @@ -200,8 +200,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.1 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.1 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.2 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.2 # 阿里云 container_name: fastgpt-plugin restart: always networks: @@ -222,8 +222,8 @@ services: # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.1.7 - # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.7 # 阿里云 + image: ghcr.io/labring/aiproxy:v0.2.2 + # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.2.2 # 阿里云 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/docker-compose-pgvector.yml b/deploy/docker/docker-compose-pgvector.yml index 73134bc62..3acb61e81 100644 --- a/deploy/docker/docker-compose-pgvector.yml +++ b/deploy/docker/docker-compose-pgvector.yml @@ -186,8 +186,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.1 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.1 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.2 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.2 # 阿里云 container_name: fastgpt-plugin restart: always networks: @@ -208,8 +208,8 @@ services: # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.1.7 - # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.7 # 阿里云 + image: ghcr.io/labring/aiproxy:v0.2.2 + # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.2.2 # 阿里云 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/docker-compose-zilliz.yml b/deploy/docker/docker-compose-zilliz.yml index fc4b68bd9..c20a9e847 100644 --- a/deploy/docker/docker-compose-zilliz.yml +++ b/deploy/docker/docker-compose-zilliz.yml @@ -168,8 +168,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.1 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.1 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.2 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.2 # 阿里云 container_name: fastgpt-plugin restart: always networks: @@ -190,8 +190,8 @@ services: # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.1.7 - # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.7 # 阿里云 + image: ghcr.io/labring/aiproxy:v0.2.2 + # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.2.2 # 阿里云 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/yml.js b/deploy/docker/yml.js index 1dad1f5ec..5c5a8079f 100644 --- a/deploy/docker/yml.js +++ b/deploy/docker/yml.js @@ -169,8 +169,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.1 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.1 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.2 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.2 # 阿里云 container_name: fastgpt-plugin restart: always networks: @@ -191,8 +191,8 @@ services: # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.1.7 - # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.7 # 阿里云 + image: ghcr.io/labring/aiproxy:v0.2.2 + # image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.2.2 # 阿里云 container_name: aiproxy restart: unless-stopped depends_on: