This commit is contained in:
archer
2026-03-31 22:46:45 +08:00
parent 9c2f1ee680
commit bb329e4348
31 changed files with 264 additions and 165 deletions
+5 -5
View File
@@ -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.internalLinux: 宿主机 LAN IP(如 192.168.1.100
host_ip = "host.docker.internal"