Commit 37bbccdc by Archer Committed by GitHub

Fix outlink doc (#6619)

* doc

* doc
parent 79e5557e
{ {
"tags": { "tags": {
"fastgpt": "v4.14.9.2", "fastgpt": "v4.14.9.3",
"fastgpt-sandbox": "v4.14.9.1", "fastgpt-sandbox": "v4.14.9.3",
"fastgpt-mcp_server": "v4.14.9.1", "fastgpt-mcp_server": "v4.14.9",
"fastgpt-plugin": "v0.5.5", "fastgpt-plugin": "v0.5.5",
"aiproxy": "v0.3.5", "aiproxy": "v0.3.5",
"aiproxy-pg": "0.8.0-pg15", "aiproxy-pg": "0.8.0-pg15",
......
...@@ -136,7 +136,7 @@ services: ...@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
...@@ -144,7 +144,7 @@ services: ...@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
......
...@@ -136,7 +136,7 @@ services: ...@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
...@@ -144,7 +144,7 @@ services: ...@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
......
...@@ -191,7 +191,7 @@ services: ...@@ -191,7 +191,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -265,7 +265,7 @@ services: ...@@ -265,7 +265,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -310,7 +310,7 @@ services: ...@@ -310,7 +310,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -168,7 +168,7 @@ services: ...@@ -168,7 +168,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -287,7 +287,7 @@ services: ...@@ -287,7 +287,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -149,7 +149,7 @@ services: ...@@ -149,7 +149,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -223,7 +223,7 @@ services: ...@@ -223,7 +223,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -268,7 +268,7 @@ services: ...@@ -268,7 +268,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -155,7 +155,7 @@ services: ...@@ -155,7 +155,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -229,7 +229,7 @@ services: ...@@ -229,7 +229,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -274,7 +274,7 @@ services: ...@@ -274,7 +274,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -133,7 +133,7 @@ services: ...@@ -133,7 +133,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -207,7 +207,7 @@ services: ...@@ -207,7 +207,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -252,7 +252,7 @@ services: ...@@ -252,7 +252,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -191,7 +191,7 @@ services: ...@@ -191,7 +191,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -265,7 +265,7 @@ services: ...@@ -265,7 +265,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -310,7 +310,7 @@ services: ...@@ -310,7 +310,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -168,7 +168,7 @@ services: ...@@ -168,7 +168,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -287,7 +287,7 @@ services: ...@@ -287,7 +287,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -149,7 +149,7 @@ services: ...@@ -149,7 +149,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -223,7 +223,7 @@ services: ...@@ -223,7 +223,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -268,7 +268,7 @@ services: ...@@ -268,7 +268,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -155,7 +155,7 @@ services: ...@@ -155,7 +155,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -229,7 +229,7 @@ services: ...@@ -229,7 +229,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -274,7 +274,7 @@ services: ...@@ -274,7 +274,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -133,7 +133,7 @@ services: ...@@ -133,7 +133,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -207,7 +207,7 @@ services: ...@@ -207,7 +207,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -252,7 +252,7 @@ services: ...@@ -252,7 +252,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -22,8 +22,8 @@ CODE_SANDBOX_TOKEN=代码运行沙盒的凭证 ...@@ -22,8 +22,8 @@ CODE_SANDBOX_TOKEN=代码运行沙盒的凭证
### 2. 更新镜像 ### 2. 更新镜像
- 更新 FastGPT 镜像 tag: v4.14.9.2 - 更新 FastGPT 镜像 tag: v4.14.9.3
- 更新 FastGPT 商业版镜像 tag: v4.14.9.1 - 更新 FastGPT 商业版镜像 tag: v4.14.9.3
- 更新 fastgpt-plugin 镜像 tag: v0.5.5 - 更新 fastgpt-plugin 镜像 tag: v0.5.5
- mcp_server 无需更新 - mcp_server 无需更新
- 更新 sandbox 镜像 tag: v4.14.9.1 - 更新 sandbox 镜像 tag: v4.14.9.1
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
"document/content/docs/self-host/upgrading/4-14/41481.en.mdx": "2026-03-09T12:02:02+08:00", "document/content/docs/self-host/upgrading/4-14/41481.en.mdx": "2026-03-09T12:02:02+08:00",
"document/content/docs/self-host/upgrading/4-14/41481.mdx": "2026-03-09T17:39:53+08:00", "document/content/docs/self-host/upgrading/4-14/41481.mdx": "2026-03-09T17:39:53+08:00",
"document/content/docs/self-host/upgrading/4-14/4149.en.mdx": "2026-03-23T12:17:04+08:00", "document/content/docs/self-host/upgrading/4-14/4149.en.mdx": "2026-03-23T12:17:04+08:00",
"document/content/docs/self-host/upgrading/4-14/4149.mdx": "2026-03-23T12:17:04+08:00", "document/content/docs/self-host/upgrading/4-14/4149.mdx": "2026-03-23T23:36:16+08:00",
"document/content/docs/self-host/upgrading/outdated/40.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/outdated/40.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/outdated/40.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/outdated/40.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/outdated/41.en.mdx": "2026-03-03T17:39:47+08:00", "document/content/docs/self-host/upgrading/outdated/41.en.mdx": "2026-03-03T17:39:47+08:00",
......
...@@ -191,7 +191,7 @@ services: ...@@ -191,7 +191,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -265,7 +265,7 @@ services: ...@@ -265,7 +265,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -310,7 +310,7 @@ services: ...@@ -310,7 +310,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -168,7 +168,7 @@ services: ...@@ -168,7 +168,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -287,7 +287,7 @@ services: ...@@ -287,7 +287,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -149,7 +149,7 @@ services: ...@@ -149,7 +149,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -223,7 +223,7 @@ services: ...@@ -223,7 +223,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -268,7 +268,7 @@ services: ...@@ -268,7 +268,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -155,7 +155,7 @@ services: ...@@ -155,7 +155,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -229,7 +229,7 @@ services: ...@@ -229,7 +229,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -274,7 +274,7 @@ services: ...@@ -274,7 +274,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -133,7 +133,7 @@ services: ...@@ -133,7 +133,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -207,7 +207,7 @@ services: ...@@ -207,7 +207,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -252,7 +252,7 @@ services: ...@@ -252,7 +252,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -191,7 +191,7 @@ services: ...@@ -191,7 +191,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -265,7 +265,7 @@ services: ...@@ -265,7 +265,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -310,7 +310,7 @@ services: ...@@ -310,7 +310,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -168,7 +168,7 @@ services: ...@@ -168,7 +168,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -287,7 +287,7 @@ services: ...@@ -287,7 +287,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -149,7 +149,7 @@ services: ...@@ -149,7 +149,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -223,7 +223,7 @@ services: ...@@ -223,7 +223,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -268,7 +268,7 @@ services: ...@@ -268,7 +268,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -155,7 +155,7 @@ services: ...@@ -155,7 +155,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -229,7 +229,7 @@ services: ...@@ -229,7 +229,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -274,7 +274,7 @@ services: ...@@ -274,7 +274,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
...@@ -133,7 +133,7 @@ services: ...@@ -133,7 +133,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.9.2 # git image: ghcr.io/labring/fastgpt:v4.14.9.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -207,7 +207,7 @@ services: ...@@ -207,7 +207,7 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
code-sandbox: code-sandbox:
container_name: code-sandbox container_name: code-sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
...@@ -252,7 +252,7 @@ services: ...@@ -252,7 +252,7 @@ services:
retries: 3 retries: 3
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
networks: networks:
- fastgpt - fastgpt
ports: ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment