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
@@ -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.internalLinux: 宿主机 LAN IP(如 192.168.1.100
host_ip = "host.docker.internal"