mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-02 01:02:05 +08:00
doc
This commit is contained in:
@@ -193,7 +193,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -280,7 +280,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -325,7 +325,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -335,7 +335,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -464,7 +464,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -484,3 +483,4 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
|
||||
@@ -170,7 +170,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -257,7 +257,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -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.9
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -312,7 +312,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -441,11 +441,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
init_sql:
|
||||
name: init_sql
|
||||
content: |
|
||||
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -465,3 +460,8 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
init_sql:
|
||||
name: init_sql
|
||||
content: |
|
||||
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
|
||||
|
||||
@@ -151,7 +151,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -238,7 +238,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -283,7 +283,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -293,7 +293,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -422,7 +422,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -442,3 +441,4 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
|
||||
@@ -157,7 +157,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -244,7 +244,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -289,7 +289,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -299,7 +299,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -428,7 +428,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -448,3 +447,4 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
|
||||
@@ -135,7 +135,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -222,7 +222,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.9.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -267,7 +267,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.9
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -277,7 +277,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -406,7 +406,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -426,3 +425,4 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
|
||||
@@ -193,7 +193,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -280,7 +280,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -325,7 +325,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -335,7 +335,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.5
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -464,7 +464,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -484,3 +483,4 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
|
||||
@@ -170,7 +170,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -257,7 +257,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -302,7 +302,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -312,7 +312,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.5
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -441,11 +441,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
init_sql:
|
||||
name: init_sql
|
||||
content: |
|
||||
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -465,3 +460,8 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
init_sql:
|
||||
name: init_sql
|
||||
content: |
|
||||
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
|
||||
|
||||
@@ -151,7 +151,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -238,7 +238,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -283,7 +283,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -293,7 +293,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.5
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -422,7 +422,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -442,3 +441,4 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
|
||||
@@ -157,7 +157,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -244,7 +244,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -289,7 +289,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -299,7 +299,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.5
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -428,7 +428,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -448,3 +447,4 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
|
||||
@@ -135,7 +135,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt:v4.14.10
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -222,7 +222,7 @@ services:
|
||||
- ./config.json:/app/data/config.json
|
||||
code-sandbox:
|
||||
container_name: code-sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.9.5
|
||||
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
@@ -267,7 +267,7 @@ services:
|
||||
retries: 3
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.9
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.10
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
@@ -277,7 +277,7 @@ services:
|
||||
<<: [*x-log-config]
|
||||
FASTGPT_ENDPOINT: http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.5
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
@@ -406,7 +406,6 @@ networks:
|
||||
vector:
|
||||
|
||||
configs:
|
||||
|
||||
opensandbox-config:
|
||||
content: |
|
||||
[server]
|
||||
@@ -426,3 +425,4 @@ configs:
|
||||
# 容器内访问宿主机服务时需要设置为宿主机 IP 或 hostname
|
||||
# macOS/Windows: host.docker.internal;Linux: 宿主机 LAN IP(如 192.168.1.100)
|
||||
host_ip = "host.docker.internal"
|
||||
|
||||
Reference in New Issue
Block a user