This commit is contained in:
Archer
2026-04-25 21:47:11 +08:00
committed by GitHub
parent 1c8a47cff7
commit 927707d36b
28 changed files with 107 additions and 107 deletions
+4 -4
View File
@@ -151,7 +151,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.12
image: ghcr.io/labring/fastgpt:v4.14.15
ports:
- 3000:3000
networks:
@@ -253,7 +253,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.15
networks:
- codesandbox
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.10
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.15
networks:
- app
ports:
@@ -312,7 +312,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
image: ghcr.io/labring/fastgpt-plugin:v0.6.1
container_name: fastgpt-plugin
restart: always
networks: