Skip to content
Merged

doc #6818

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
8 changes: 4 additions & 4 deletions deploy/args.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"tags": {
"fastgpt": "v4.14.12",
"fastgpt-code-sandbox": "v4.14.11",
"fastgpt-mcp_server": "v4.14.10",
"fastgpt-plugin": "v0.6.0",
"fastgpt": "v4.14.15",
"fastgpt-code-sandbox": "v4.14.15",
"fastgpt-mcp_server": "v4.14.15",
"fastgpt-plugin": "v0.6.1",
Comment on lines +3 to +6
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same version/tag values are now duplicated across deploy/args.json and many docker-compose files. This increases the chance of future inconsistencies and makes upgrades more error-prone. Consider making deploy/args.json the single source of truth (e.g., generate compose files from it), or refactor compose files to reference centralized variables/anchors so version bumps require editing only one place.

Copilot uses AI. Check for mistakes.
"volume-manager": "v0.1",
"agent-sandbox-image": "v0.1",
"opensandbox-server": "v0.1.9",
Expand Down
6 changes: 3 additions & 3 deletions deploy/dev/docker-compose.cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ services:
retries: 3
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.15
ports:
- 3002:3000
networks:
Expand Down Expand Up @@ -220,7 +220,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.15
ports:
- 3003:3000
networks:
Expand All @@ -229,7 +229,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ services:
retries: 3
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.15
ports:
- 3002:3000
networks:
Expand Down Expand Up @@ -220,7 +220,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.15
ports:
- 3003:3000
networks:
Expand All @@ -229,7 +229,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
image: ghcr.io/labring/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
ports:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -294,7 +294,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -343,7 +343,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -353,7 +353,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.oceanbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -272,7 +272,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -321,7 +321,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -331,7 +331,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.opengauss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -254,7 +254,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -303,7 +303,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -313,7 +313,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -253,7 +253,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -302,7 +302,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -312,7 +312,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.seekdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -259,7 +259,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -308,7 +308,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -318,7 +318,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.zilliz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -236,7 +236,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -285,7 +285,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -295,7 +295,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/global/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.12
image: ghcr.io/labring/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -294,7 +294,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -343,7 +343,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -353,7 +353,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
image: ghcr.io/labring/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/global/docker-compose.oceanbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.12
image: ghcr.io/labring/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -272,7 +272,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -321,7 +321,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -331,7 +331,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
image: ghcr.io/labring/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/global/docker-compose.opengauss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.12
image: ghcr.io/labring/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -254,7 +254,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
restart: always
Expand Down Expand Up @@ -303,7 +303,7 @@ services:
retries: 3
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
Expand All @@ -313,7 +313,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
image: ghcr.io/labring/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
Loading
Loading