Commit 14b55f5a by Archer Committed by GitHub

doc (#7391)

parent bebf217b
...@@ -182,7 +182,7 @@ services: ...@@ -182,7 +182,7 @@ services:
retries: 3 retries: 3
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
......
...@@ -182,7 +182,7 @@ services: ...@@ -182,7 +182,7 @@ services:
retries: 3 retries: 3
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
......
{ {
"tags": { "tags": {
"fastgpt": "v4.15.2", "fastgpt": "v4.15.4",
"fastgpt-plugin": "v1.0.2", "fastgpt-plugin": "v1.0.2",
"fastgpt-code-sandbox": "v4.15.0", "fastgpt-code-sandbox": "v4.15.4",
"fastgpt-mcp_server": "v4.14.23", "fastgpt-mcp_server": "v4.14.23",
"volume-manager": "v0.2.0", "volume-manager": "v0.2.0",
......
{ {
"tags": { "tags": {
"fastgpt": "v4.15.2", "fastgpt": "v4.15.4",
"fastgpt-plugin": "v1.0.2", "fastgpt-plugin": "v1.0.2",
"fastgpt-code-sandbox": "v4.15.0", "fastgpt-code-sandbox": "v4.15.4",
"fastgpt-mcp_server": "v4.14.23", "fastgpt-mcp_server": "v4.14.23",
"aiproxy": "v0.6.5", "aiproxy": "v0.6.5",
......
...@@ -192,7 +192,7 @@ services: ...@@ -192,7 +192,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -286,7 +286,7 @@ services: ...@@ -286,7 +286,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -170,7 +170,7 @@ services: ...@@ -170,7 +170,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -197,7 +197,7 @@ services: ...@@ -197,7 +197,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -264,7 +264,7 @@ services: ...@@ -264,7 +264,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -181,7 +181,7 @@ services: ...@@ -181,7 +181,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -248,7 +248,7 @@ services: ...@@ -248,7 +248,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -152,7 +152,7 @@ services: ...@@ -152,7 +152,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -179,7 +179,7 @@ services: ...@@ -179,7 +179,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -246,7 +246,7 @@ services: ...@@ -246,7 +246,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -157,7 +157,7 @@ services: ...@@ -157,7 +157,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -184,7 +184,7 @@ services: ...@@ -184,7 +184,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -251,7 +251,7 @@ services: ...@@ -251,7 +251,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -160,7 +160,7 @@ services: ...@@ -160,7 +160,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -227,7 +227,7 @@ services: ...@@ -227,7 +227,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -192,7 +192,7 @@ services: ...@@ -192,7 +192,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -286,7 +286,7 @@ services: ...@@ -286,7 +286,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -170,7 +170,7 @@ services: ...@@ -170,7 +170,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -197,7 +197,7 @@ services: ...@@ -197,7 +197,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -264,7 +264,7 @@ services: ...@@ -264,7 +264,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -181,7 +181,7 @@ services: ...@@ -181,7 +181,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -248,7 +248,7 @@ services: ...@@ -248,7 +248,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -152,7 +152,7 @@ services: ...@@ -152,7 +152,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -179,7 +179,7 @@ services: ...@@ -179,7 +179,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -246,7 +246,7 @@ services: ...@@ -246,7 +246,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -157,7 +157,7 @@ services: ...@@ -157,7 +157,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -184,7 +184,7 @@ services: ...@@ -184,7 +184,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -251,7 +251,7 @@ services: ...@@ -251,7 +251,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -160,7 +160,7 @@ services: ...@@ -160,7 +160,7 @@ services:
<<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config] <<: [*x-share-db-config, *x-vec-config, *x-log-config, *x-no-proxy-config]
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
# ==================== 基础配置 ==================== # ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# root key(最高权限) # root key(最高权限)
ROOT_KEY: *x-system-key ROOT_KEY: *x-system-key
...@@ -227,7 +227,7 @@ services: ...@@ -227,7 +227,7 @@ services:
TEXTIN_SECRET_CODE: TEXTIN_SECRET_CODE:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -326,7 +326,7 @@ services: ...@@ -326,7 +326,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -361,13 +361,13 @@ services: ...@@ -361,13 +361,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -304,7 +304,7 @@ services: ...@@ -304,7 +304,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -339,13 +339,13 @@ services: ...@@ -339,13 +339,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -288,7 +288,7 @@ services: ...@@ -288,7 +288,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -323,13 +323,13 @@ services: ...@@ -323,13 +323,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -286,7 +286,7 @@ services: ...@@ -286,7 +286,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -321,13 +321,13 @@ services: ...@@ -321,13 +321,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -291,7 +291,7 @@ services: ...@@ -291,7 +291,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -326,13 +326,13 @@ services: ...@@ -326,13 +326,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -269,7 +269,7 @@ services: ...@@ -269,7 +269,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -302,13 +302,13 @@ services: ...@@ -302,13 +302,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -326,7 +326,7 @@ services: ...@@ -326,7 +326,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -361,13 +361,13 @@ services: ...@@ -361,13 +361,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -304,7 +304,7 @@ services: ...@@ -304,7 +304,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -339,13 +339,13 @@ services: ...@@ -339,13 +339,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -288,7 +288,7 @@ services: ...@@ -288,7 +288,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -323,13 +323,13 @@ services: ...@@ -323,13 +323,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -286,7 +286,7 @@ services: ...@@ -286,7 +286,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -321,13 +321,13 @@ services: ...@@ -321,13 +321,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -291,7 +291,7 @@ services: ...@@ -291,7 +291,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -326,13 +326,13 @@ services: ...@@ -326,13 +326,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
...@@ -269,7 +269,7 @@ services: ...@@ -269,7 +269,7 @@ services:
fastgpt-app: fastgpt-app:
container_name: fastgpt-app container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.15.2 image: ghcr.io/labring/fastgpt:v4.15.4
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -302,13 +302,13 @@ services: ...@@ -302,13 +302,13 @@ services:
*x-service-env-config, *x-service-env-config,
*x-app-env-config *x-app-env-config
] ]
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host # 必填。客户端访问 FastGPT 时使用的地址,由协议、主机和可选端口组成,用于补全文件资源路径。例如 https://fastgpt.cn;本地开发可使用 http://localhost:3000
FE_DOMAIN: FE_DOMAIN:
# 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容 # 文件域名(也指向 FastGPT 服务);如需更高安全性可独立分配域名,避免高危文件读取到主域名内容
FILE_DOMAIN: FILE_DOMAIN:
fastgpt-code-sandbox: fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.0 image: ghcr.io/labring/fastgpt-code-sandbox:v4.15.4
networks: networks:
- codesandbox - codesandbox
restart: always restart: always
......
Subproject commit d92a06602209c4495e13370178b163bbc9058eb9 Subproject commit 81b75623c6d6accdfc42f3b3df4c6b00fa023fc9
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