Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions deploy/docker/docker-compose-milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -209,15 +209,15 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
ports:
- 3005:3000
networks:
Expand Down
12 changes: 6 additions & 6 deletions deploy/docker/docker-compose-oceanbase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -183,15 +183,15 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
ports:
- 3005:3000
networks:
Expand Down
12 changes: 6 additions & 6 deletions deploy/docker/docker-compose-pgvector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -169,15 +169,15 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
ports:
- 3005:3000
networks:
Expand Down
12 changes: 6 additions & 6 deletions deploy/docker/docker-compose-zilliz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -151,15 +151,15 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
ports:
- 3005:3000
networks:
Expand Down
12 changes: 6 additions & 6 deletions deploy/docker/yml.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -152,15 +152,15 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
ports:
- 3005:3000
networks:
Expand Down
4 changes: 2 additions & 2 deletions docSite/content/zh-cn/docs/development/upgrading/4100.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ weight: 785
PLUGIN_BASE_URL=http://fastgpt-plugin:3000
PLUGIN_TOKEN=刚修改的 AUTH_TOKEN 值
```
- 更新`fastgpt`和`fastgpt-pro`镜像 tag: v4.10.0
- 更新`fastgpt`和`fastgpt-pro`镜像 tag: v4.10.0-fix
- `docker-compose up -d`启动/更新所有服务。

### Sealos 版本
Expand All @@ -47,7 +47,7 @@ MINIO_SECRET_KEY=Secret Key
MINIO_BUCKET=存储桶名
```

- 更新`fastgpt`和`fastgpt-pro`(商业版)容器的环境变量以及镜像 tag: v4.10.0
- 更新`fastgpt`和`fastgpt-pro`(商业版)容器的环境变量以及镜像 tag: v4.10.0-fix

```
PLUGIN_BASE_URL=fastgpt-plugin 服务的内网地址
Expand Down
Loading