Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
4fbf8430
authored
Apr 21, 2026
by
Ryo
Committed by
GitHub
Apr 21, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump deploy image tags for v4.14.12 (#6789)
parent
e6584acf
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
107 additions
and
107 deletions
+107
-107
deploy/args.json
+4
-4
deploy/dev/docker-compose.cn.yml
+3
-3
deploy/dev/docker-compose.yml
+3
-3
deploy/docker/cn/docker-compose.milvus.yml
+4
-4
deploy/docker/cn/docker-compose.oceanbase.yml
+4
-4
deploy/docker/cn/docker-compose.opengauss.yml
+4
-4
deploy/docker/cn/docker-compose.pg.yml
+4
-4
deploy/docker/cn/docker-compose.seekdb.yml
+4
-4
deploy/docker/cn/docker-compose.zilliz.yml
+4
-4
deploy/docker/global/docker-compose.milvus.yml
+4
-4
deploy/docker/global/docker-compose.oceanbase.yml
+4
-4
deploy/docker/global/docker-compose.opengauss.yml
+4
-4
deploy/docker/global/docker-compose.pg.yml
+4
-4
deploy/docker/global/docker-compose.seekdb.yml
+4
-4
deploy/docker/global/docker-compose.zilliz.yml
+4
-4
deploy/helm/fastgpt/Chart.yaml
+1
-1
document/public/deploy/docker/cn/docker-compose.milvus.yml
+4
-4
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
+4
-4
document/public/deploy/docker/cn/docker-compose.opengauss.yml
+4
-4
document/public/deploy/docker/cn/docker-compose.pg.yml
+4
-4
document/public/deploy/docker/cn/docker-compose.seekdb.yml
+4
-4
document/public/deploy/docker/cn/docker-compose.zilliz.yml
+4
-4
document/public/deploy/docker/global/docker-compose.milvus.yml
+4
-4
document/public/deploy/docker/global/docker-compose.oceanbase.yml
+4
-4
document/public/deploy/docker/global/docker-compose.opengauss.yml
+4
-4
document/public/deploy/docker/global/docker-compose.pg.yml
+4
-4
document/public/deploy/docker/global/docker-compose.seekdb.yml
+4
-4
document/public/deploy/docker/global/docker-compose.zilliz.yml
+4
-4
No files found.
deploy/args.json
View file @
4fbf8430
{
"tags"
:
{
"fastgpt"
:
"v4.14.1
0.
2"
,
"fastgpt-code-sandbox"
:
"v4.14.1
0
"
,
"fastgpt"
:
"v4.14.12"
,
"fastgpt-code-sandbox"
:
"v4.14.1
1
"
,
"fastgpt-mcp_server"
:
"v4.14.10"
,
"fastgpt-plugin"
:
"v0.
5.6
"
,
"fastgpt-plugin"
:
"v0.
6.0
"
,
"volume-manager"
:
"v0.1"
,
"agent-sandbox-image"
:
"v0.1"
,
"opensandbox-server"
:
"v0.1.9"
,
"opensandbox-execd"
:
"v1.0.7"
,
"opensandbox-egress"
:
"v1.0.3"
,
"aiproxy"
:
"v0.
3.5
"
,
"aiproxy"
:
"v0.
5.3
"
,
"aiproxy-pg"
:
"0.8.0-pg15"
,
"mongo"
:
"5.0.32"
,
"redis"
:
"7.2-alpine"
,
...
...
deploy/dev/docker-compose.cn.yml
View file @
4fbf8430
...
...
@@ -174,7 +174,7 @@ services:
retries
:
3
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
ports
:
-
3002:3000
networks
:
...
...
@@ -229,7 +229,7 @@ services:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
ports
:
...
...
@@ -323,7 +323,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
ports
:
...
...
deploy/dev/docker-compose.yml
View file @
4fbf8430
...
...
@@ -174,7 +174,7 @@ services:
retries
:
3
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
ports
:
-
3002:3000
networks
:
...
...
@@ -229,7 +229,7 @@ services:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
ports
:
...
...
@@ -323,7 +323,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
ports
:
...
...
deploy/docker/cn/docker-compose.milvus.yml
View file @
4fbf8430
...
...
@@ -192,7 +192,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -294,7 +294,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -353,7 +353,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -451,7 +451,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/cn/docker-compose.oceanbase.yml
View file @
4fbf8430
...
...
@@ -170,7 +170,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -272,7 +272,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -331,7 +331,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -429,7 +429,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/cn/docker-compose.opengauss.yml
View file @
4fbf8430
...
...
@@ -152,7 +152,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -254,7 +254,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -313,7 +313,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -411,7 +411,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/cn/docker-compose.pg.yml
View file @
4fbf8430
...
...
@@ -151,7 +151,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -253,7 +253,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -312,7 +312,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -410,7 +410,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/cn/docker-compose.seekdb.yml
View file @
4fbf8430
...
...
@@ -157,7 +157,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -259,7 +259,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -318,7 +318,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -416,7 +416,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/cn/docker-compose.zilliz.yml
View file @
4fbf8430
...
...
@@ -134,7 +134,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -236,7 +236,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -295,7 +295,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -393,7 +393,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/global/docker-compose.milvus.yml
View file @
4fbf8430
...
...
@@ -192,7 +192,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -294,7 +294,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -353,7 +353,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -451,7 +451,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/global/docker-compose.oceanbase.yml
View file @
4fbf8430
...
...
@@ -170,7 +170,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -272,7 +272,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -331,7 +331,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -429,7 +429,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/global/docker-compose.opengauss.yml
View file @
4fbf8430
...
...
@@ -152,7 +152,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -254,7 +254,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -313,7 +313,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -411,7 +411,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/global/docker-compose.pg.yml
View file @
4fbf8430
...
...
@@ -151,7 +151,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -312,7 +312,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -410,7 +410,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/global/docker-compose.seekdb.yml
View file @
4fbf8430
...
...
@@ -157,7 +157,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -259,7 +259,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -318,7 +318,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -416,7 +416,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/docker/global/docker-compose.zilliz.yml
View file @
4fbf8430
...
...
@@ -134,7 +134,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -236,7 +236,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -295,7 +295,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -393,7 +393,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
deploy/helm/fastgpt/Chart.yaml
View file @
4fbf8430
...
...
@@ -21,7 +21,7 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion
:
"
v4.
6.6
"
appVersion
:
"
v4.
14.12
"
dependencies
:
-
name
:
mongodb
...
...
document/public/deploy/docker/cn/docker-compose.milvus.yml
View file @
4fbf8430
...
...
@@ -192,7 +192,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -294,7 +294,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -353,7 +353,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -451,7 +451,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
View file @
4fbf8430
...
...
@@ -170,7 +170,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -272,7 +272,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -331,7 +331,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -429,7 +429,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.opengauss.yml
View file @
4fbf8430
...
...
@@ -152,7 +152,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -254,7 +254,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -313,7 +313,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -411,7 +411,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.pg.yml
View file @
4fbf8430
...
...
@@ -151,7 +151,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -253,7 +253,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -312,7 +312,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -410,7 +410,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.seekdb.yml
View file @
4fbf8430
...
...
@@ -157,7 +157,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -259,7 +259,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -318,7 +318,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -416,7 +416,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.zilliz.yml
View file @
4fbf8430
...
...
@@ -134,7 +134,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1
0.
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -236,7 +236,7 @@ services:
-
./config.json:/app/data/config.json
fastgpt-code-sandbox
:
container_name
:
fastgpt-code-sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -295,7 +295,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
5.6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -393,7 +393,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
3.5
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.milvus.yml
View file @
4fbf8430
...
...
@@ -192,7 +192,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -294,7 +294,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -353,7 +353,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -451,7 +451,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.oceanbase.yml
View file @
4fbf8430
...
...
@@ -170,7 +170,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -272,7 +272,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -331,7 +331,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -429,7 +429,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.opengauss.yml
View file @
4fbf8430
...
...
@@ -152,7 +152,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -254,7 +254,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -313,7 +313,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -411,7 +411,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.pg.yml
View file @
4fbf8430
...
...
@@ -151,7 +151,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -312,7 +312,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -410,7 +410,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.seekdb.yml
View file @
4fbf8430
...
...
@@ -157,7 +157,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -259,7 +259,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -318,7 +318,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -416,7 +416,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.zilliz.yml
View file @
4fbf8430
...
...
@@ -134,7 +134,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.1
0.
2
image
:
ghcr.io/labring/fastgpt:v4.14.12
ports
:
-
3000:3000
networks
:
...
...
@@ -236,7 +236,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.1
0
image
:
ghcr.io/labring/fastgpt-code-sandbox:v4.14.1
1
networks
:
-
codesandbox
restart
:
always
...
...
@@ -295,7 +295,7 @@ services:
<<
:
[
*x-log-config
]
FASTGPT_ENDPOINT
:
http://fastgpt-app:3000
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
5.6
image
:
ghcr.io/labring/fastgpt-plugin:v0.
6.0
container_name
:
fastgpt-plugin
restart
:
always
networks
:
...
...
@@ -393,7 +393,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
3.5
image
:
ghcr.io/labring/aiproxy:v0.
5.3
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment