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
aa1d879b
authored
Jun 24, 2026
by
Archer
Committed by
GitHub
Jun 24, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy doc (#7178)
* deploy doc * fix: doc
parent
417dfc52
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
73 additions
and
79 deletions
+73
-79
deploy/dev/docker-compose.cn.yml
+5
-25
deploy/dev/docker-compose.yml
+5
-25
deploy/version/v4.14/args.json
+2
-2
document/content/self-host/upgrading/4-14/41426.en.mdx
+15
-0
document/content/self-host/upgrading/4-14/41426.mdx
+15
-0
document/content/self-host/upgrading/4-14/meta.en.json
+1
-0
document/content/self-host/upgrading/4-14/meta.json
+1
-0
document/content/toc.en.mdx
+1
-0
document/content/toc.mdx
+1
-0
document/data/doc-last-modified.json
+2
-2
document/public/deploy/docker/v4.14/cn/docker-compose.milvus.yml
+2
-2
document/public/deploy/docker/v4.14/cn/docker-compose.oceanbase.yml
+2
-2
document/public/deploy/docker/v4.14/cn/docker-compose.opengauss.yml
+2
-2
document/public/deploy/docker/v4.14/cn/docker-compose.pg.yml
+2
-2
document/public/deploy/docker/v4.14/cn/docker-compose.seekdb.yml
+2
-2
document/public/deploy/docker/v4.14/cn/docker-compose.zilliz.yml
+2
-2
document/public/deploy/docker/v4.14/global/docker-compose.milvus.yml
+2
-2
document/public/deploy/docker/v4.14/global/docker-compose.oceanbase.yml
+2
-2
document/public/deploy/docker/v4.14/global/docker-compose.opengauss.yml
+2
-2
document/public/deploy/docker/v4.14/global/docker-compose.pg.yml
+2
-2
document/public/deploy/docker/v4.14/global/docker-compose.seekdb.yml
+2
-2
document/public/deploy/docker/v4.14/global/docker-compose.zilliz.yml
+2
-2
pro
+1
-1
No files found.
deploy/dev/docker-compose.cn.yml
View file @
aa1d879b
...
...
@@ -9,12 +9,12 @@
# - fastgpt-mcp-server: 3003
# - fastgpt-plugin: 3004
# - fastgpt-volume-manager: 3005
# - fastgpt-agent-sandbox-proxy: 1006
# - opensandbox-server: 8090
# - fastgpt-aiproxy: 3010
# - fastgpt-aiproxy-pg: 5432
# - 使用 pgvector 作为默认的向量库
# - fastgpt-agent-sandbox-proxy 通过端口映射暴露给浏览器,内部回源宿主机服务
# - 配置 opensandbox-config 的 network_mode 为 docker 网络,如 dev_fastgpt
# - 配置 opensandbox-config 的 host_ip 为宿主机 LAN IP,如 192.168.1.100
# plugin auth token
x-plugin-auth-token
:
&x-plugin-auth-token
'
token'
...
...
@@ -22,8 +22,6 @@ x-plugin-auth-token: &x-plugin-auth-token 'token'
x-code-sandbox-token
:
&x-code-sandbox-token
'
codesandbox'
# volume manager auth token
x-volume-manager-auth-token
:
&x-volume-manager-auth-token
'
vmtoken'
# agent sandbox proxy secret, must match AGENT_SANDBOX_PROXY_SECRET in local FastGPT app
x-agent-sandbox-proxy-secret
:
&x-agent-sandbox-proxy-secret
'
default_fastgpt_agent_sandbox_proxy_secret'
# aiproxy token
x-aiproxy-token
:
&x-aiproxy-token
'
token'
# 数据库连接相关配置
...
...
@@ -52,8 +50,8 @@ x-log-config: &x-log-config
# 容器运行环境可能会自动注入 HTTP_PROXY/HTTPS_PROXY。
# 明确绕过 compose 内部服务,避免内部请求被代理劫持。
x-no-proxy-config
:
&x-no-proxy-config
NO_PROXY
:
localhost,127.0.0.1,::1,fastgpt,fastgpt-plugin,fastgpt-code-sandbox,fastgpt-a
gent-sandbox-proxy,fastgpt-a
iproxy,fastgpt-aiproxy-pg,fastgpt-minio,fastgpt-mongo,fastgpt-redis,fastgpt-pg,fastgpt-mcp-server,opensandbox-server,fastgpt-volume-manager,host.docker.internal,*.orb.internal,*.orb.local
no_proxy
:
localhost,127.0.0.1,::1,fastgpt,fastgpt-plugin,fastgpt-code-sandbox,fastgpt-a
gent-sandbox-proxy,fastgpt-a
iproxy,fastgpt-aiproxy-pg,fastgpt-minio,fastgpt-mongo,fastgpt-redis,fastgpt-pg,fastgpt-mcp-server,opensandbox-server,fastgpt-volume-manager,host.docker.internal,*.orb.internal,*.orb.local
NO_PROXY
:
localhost,127.0.0.1,::1,fastgpt,fastgpt-plugin,fastgpt-code-sandbox,fastgpt-aiproxy,fastgpt-aiproxy-pg,fastgpt-minio,fastgpt-mongo,fastgpt-redis,fastgpt-pg,fastgpt-mcp-server,opensandbox-server,fastgpt-volume-manager,host.docker.internal,*.orb.internal,*.orb.local
no_proxy
:
localhost,127.0.0.1,::1,fastgpt,fastgpt-plugin,fastgpt-code-sandbox,fastgpt-aiproxy,fastgpt-aiproxy-pg,fastgpt-minio,fastgpt-mongo,fastgpt-redis,fastgpt-pg,fastgpt-mcp-server,opensandbox-server,fastgpt-volume-manager,host.docker.internal,*.orb.internal,*.orb.local
services
:
# Vector DB
...
...
@@ -235,24 +233,6 @@ services:
interval
:
30s
timeout
:
20s
retries
:
3
fastgpt-agent-sandbox-proxy
:
container_name
:
fastgpt-agent-sandbox-proxy
image
:
ghcr.io/labring/fastgpt-agent-sandbox-proxy:v0.2.0-beta2
ports
:
-
1006:1006
networks
:
-
fastgpt
restart
:
always
extra_hosts
:
-
'
host.docker.internal:host-gateway'
environment
:
<<
:
[
*x-no-proxy-config
]
PORT
:
1006
# dev compose 不包含 FastGPT 主站,默认回调宿主机本地启动的 app。
FASTGPT_APP_URL
:
http://host.docker.internal:3000
# 主站返回 localhost upstream endpoint 时,proxy 容器需要改写为宿主机别名再连接。
AGENT_SANDBOX_PROXY_REWRITE_HOST
:
host.docker.internal
AGENT_SANDBOX_PROXY_SECRET
:
*x-agent-sandbox-proxy-secret
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.15.0-beta1
...
...
@@ -318,7 +298,7 @@ services:
retries
:
5
# Pre-pull only: not started by `docker compose up` (uses profile `prepull`).
opensandbox-agent-sandbox-image
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox:v0.2.0
-beta2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox:v0.2.0
profiles
:
-
prepull
opensandbox-execd-image
:
...
...
deploy/dev/docker-compose.yml
View file @
aa1d879b
...
...
@@ -9,12 +9,12 @@
# - fastgpt-mcp-server: 3003
# - fastgpt-plugin: 3004
# - fastgpt-volume-manager: 3005
# - fastgpt-agent-sandbox-proxy: 1006
# - opensandbox-server: 8090
# - fastgpt-aiproxy: 3010
# - fastgpt-aiproxy-pg: 5432
# - 使用 pgvector 作为默认的向量库
# - fastgpt-agent-sandbox-proxy 通过端口映射暴露给浏览器,内部回源宿主机服务
# - 配置 opensandbox-config 的 network_mode 为 docker 网络,如 dev_fastgpt
# - 配置 opensandbox-config 的 host_ip 为宿主机 LAN IP,如 192.168.1.100
# plugin auth token
x-plugin-auth-token
:
&x-plugin-auth-token
'
token'
...
...
@@ -22,8 +22,6 @@ x-plugin-auth-token: &x-plugin-auth-token 'token'
x-code-sandbox-token
:
&x-code-sandbox-token
'
codesandbox'
# volume manager auth token
x-volume-manager-auth-token
:
&x-volume-manager-auth-token
'
vmtoken'
# agent sandbox proxy secret, must match AGENT_SANDBOX_PROXY_SECRET in local FastGPT app
x-agent-sandbox-proxy-secret
:
&x-agent-sandbox-proxy-secret
'
default_fastgpt_agent_sandbox_proxy_secret'
# aiproxy token
x-aiproxy-token
:
&x-aiproxy-token
'
token'
# 数据库连接相关配置
...
...
@@ -52,8 +50,8 @@ x-log-config: &x-log-config
# 容器运行环境可能会自动注入 HTTP_PROXY/HTTPS_PROXY。
# 明确绕过 compose 内部服务,避免内部请求被代理劫持。
x-no-proxy-config
:
&x-no-proxy-config
NO_PROXY
:
localhost,127.0.0.1,::1,fastgpt,fastgpt-plugin,fastgpt-code-sandbox,fastgpt-a
gent-sandbox-proxy,fastgpt-a
iproxy,fastgpt-aiproxy-pg,fastgpt-minio,fastgpt-mongo,fastgpt-redis,fastgpt-pg,fastgpt-mcp-server,opensandbox-server,fastgpt-volume-manager,host.docker.internal,*.orb.internal,*.orb.local
no_proxy
:
localhost,127.0.0.1,::1,fastgpt,fastgpt-plugin,fastgpt-code-sandbox,fastgpt-a
gent-sandbox-proxy,fastgpt-a
iproxy,fastgpt-aiproxy-pg,fastgpt-minio,fastgpt-mongo,fastgpt-redis,fastgpt-pg,fastgpt-mcp-server,opensandbox-server,fastgpt-volume-manager,host.docker.internal,*.orb.internal,*.orb.local
NO_PROXY
:
localhost,127.0.0.1,::1,fastgpt,fastgpt-plugin,fastgpt-code-sandbox,fastgpt-aiproxy,fastgpt-aiproxy-pg,fastgpt-minio,fastgpt-mongo,fastgpt-redis,fastgpt-pg,fastgpt-mcp-server,opensandbox-server,fastgpt-volume-manager,host.docker.internal,*.orb.internal,*.orb.local
no_proxy
:
localhost,127.0.0.1,::1,fastgpt,fastgpt-plugin,fastgpt-code-sandbox,fastgpt-aiproxy,fastgpt-aiproxy-pg,fastgpt-minio,fastgpt-mongo,fastgpt-redis,fastgpt-pg,fastgpt-mcp-server,opensandbox-server,fastgpt-volume-manager,host.docker.internal,*.orb.internal,*.orb.local
services
:
# Vector DB
...
...
@@ -235,24 +233,6 @@ services:
interval
:
30s
timeout
:
20s
retries
:
3
fastgpt-agent-sandbox-proxy
:
container_name
:
fastgpt-agent-sandbox-proxy
image
:
ghcr.io/labring/fastgpt-agent-sandbox-proxy:v0.2.0-beta2
ports
:
-
1006:1006
networks
:
-
fastgpt
restart
:
always
extra_hosts
:
-
'
host.docker.internal:host-gateway'
environment
:
<<
:
[
*x-no-proxy-config
]
PORT
:
1006
# dev compose 不包含 FastGPT 主站,默认回调宿主机本地启动的 app。
FASTGPT_APP_URL
:
http://host.docker.internal:3000
# 主站返回 localhost upstream endpoint 时,proxy 容器需要改写为宿主机别名再连接。
AGENT_SANDBOX_PROXY_REWRITE_HOST
:
host.docker.internal
AGENT_SANDBOX_PROXY_SECRET
:
*x-agent-sandbox-proxy-secret
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.15.0-beta1
...
...
@@ -318,7 +298,7 @@ services:
retries
:
5
# Pre-pull only: not started by `docker compose up` (uses profile `prepull`).
opensandbox-agent-sandbox-image
:
image
:
ghcr.io/labring/fastgpt-agent-sandbox:v0.2.0
-beta2
image
:
ghcr.io/labring/fastgpt-agent-sandbox:v0.2.0
profiles
:
-
prepull
opensandbox-execd-image
:
...
...
deploy/version/v4.14/args.json
View file @
aa1d879b
{
"tags"
:
{
"fastgpt"
:
"v4.14.2
2
"
,
"fastgpt"
:
"v4.14.2
6
"
,
"fastgpt-code-sandbox"
:
"v4.14.22"
,
"fastgpt-mcp_server"
:
"v4.14.22"
,
"fastgpt-plugin"
:
"v0.6.2"
,
"volume-manager"
:
"v0.1.2"
,
"agent-sandbox-image"
:
"v0.1.2"
,
"aiproxy"
:
"v0.
5.8
"
,
"aiproxy"
:
"v0.
6.2
"
,
"opensandbox-server"
:
"v0.1.9"
,
"opensandbox-execd"
:
"v1.0.7"
,
...
...
document/content/self-host/upgrading/4-14/41426.en.mdx
0 → 100644
View file @
aa1d879b
---
title: 'V4.14.26'
description: 'FastGPT V4.14.26 release notes'
---
## Upgrade Guide
### 1. Update image tags
- Update the fastgpt-app image tag (FastGPT main service): v4.14.26
- Update the fastgpt-pro image tag (FastGPT commercial edition): v4.14.26
## Changes
1. Pinned the Node.js version to avoid streaming response issues caused by automatically using the latest Node.js.
document/content/self-host/upgrading/4-14/41426.mdx
0 → 100644
View file @
aa1d879b
---
title: 'V4.14.26'
description: 'FastGPT V4.14.26 更新说明'
---
## 升级指南
### 1. 更新镜像 tag
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.26
- 更新 fastgpt-pro(fastgpt 商业版) 镜像 tag: v4.14.26
## 变更说明
1. 锁定 Node.js 版本,避免使用最新 Node.js 导致流式响应接收异常。
document/content/self-host/upgrading/4-14/meta.en.json
View file @
aa1d879b
...
...
@@ -2,6 +2,7 @@
"title"
:
"4.14.x"
,
"description"
:
""
,
"pages"
:
[
"41426"
,
"41425"
,
"41424"
,
"41422"
,
...
...
document/content/self-host/upgrading/4-14/meta.json
View file @
aa1d879b
...
...
@@ -2,6 +2,7 @@
"title"
:
"4.14.x"
,
"description"
:
""
,
"pages"
:
[
"41426"
,
"41425"
,
"41424"
,
"41422"
,
...
...
document/content/toc.en.mdx
View file @
aa1d879b
...
...
@@ -137,6 +137,7 @@ description: FastGPT Toc
- [/en/self-host/upgrading/4-14/41422](/en/self-host/upgrading/4-14/41422)
- [/en/self-host/upgrading/4-14/41424](/en/self-host/upgrading/4-14/41424)
- [/en/self-host/upgrading/4-14/41425](/en/self-host/upgrading/4-14/41425)
- [/en/self-host/upgrading/4-14/41426](/en/self-host/upgrading/4-14/41426)
- [/en/self-host/upgrading/4-14/4143](/en/self-host/upgrading/4-14/4143)
- [/en/self-host/upgrading/4-14/4144](/en/self-host/upgrading/4-14/4144)
- [/en/self-host/upgrading/4-14/4145](/en/self-host/upgrading/4-14/4145)
...
...
document/content/toc.mdx
View file @
aa1d879b
...
...
@@ -139,6 +139,7 @@ description: FastGPT 文档目录
- [/self-host/upgrading/4-14/41422](/self-host/upgrading/4-14/41422)
- [/self-host/upgrading/4-14/41424](/self-host/upgrading/4-14/41424)
- [/self-host/upgrading/4-14/41425](/self-host/upgrading/4-14/41425)
- [/self-host/upgrading/4-14/41426](/self-host/upgrading/4-14/41426)
- [/self-host/upgrading/4-14/4143](/self-host/upgrading/4-14/4143)
- [/self-host/upgrading/4-14/4144](/self-host/upgrading/4-14/4144)
- [/self-host/upgrading/4-14/4145](/self-host/upgrading/4-14/4145)
...
...
document/data/doc-last-modified.json
View file @
aa1d879b
...
...
@@ -197,8 +197,8 @@
"content/self-host/custom-models/ollama.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/custom-models/xinference.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/custom-models/xinference.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/deploy/docker.en.mdx"
:
"2026-06-24T18:2
1:36
+08:00"
,
"content/self-host/deploy/docker.mdx"
:
"2026-06-24T18:2
1:36
+08:00"
,
"content/self-host/deploy/docker.en.mdx"
:
"2026-06-24T18:2
4:40
+08:00"
,
"content/self-host/deploy/docker.mdx"
:
"2026-06-24T18:2
4:40
+08:00"
,
"content/self-host/deploy/sealos.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/deploy/sealos.mdx"
:
"2026-04-26T21:08:47+08:00"
,
"content/self-host/design/dataset.en.mdx"
:
"2026-04-26T21:08:47+08:00"
,
...
...
document/public/deploy/docker/v4.14/cn/docker-compose.milvus.yml
View file @
aa1d879b
...
...
@@ -195,7 +195,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -435,7 +435,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.8
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/cn/docker-compose.oceanbase.yml
View file @
aa1d879b
...
...
@@ -173,7 +173,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -413,7 +413,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.8
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/cn/docker-compose.opengauss.yml
View file @
aa1d879b
...
...
@@ -157,7 +157,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -397,7 +397,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.8
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/cn/docker-compose.pg.yml
View file @
aa1d879b
...
...
@@ -155,7 +155,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -395,7 +395,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.8
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/cn/docker-compose.seekdb.yml
View file @
aa1d879b
...
...
@@ -160,7 +160,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -400,7 +400,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.8
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/cn/docker-compose.zilliz.yml
View file @
aa1d879b
...
...
@@ -139,7 +139,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
2
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -379,7 +379,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
5.8
image
:
registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/global/docker-compose.milvus.yml
View file @
aa1d879b
...
...
@@ -195,7 +195,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.2
2
image
:
ghcr.io/labring/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -435,7 +435,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
5.8
image
:
ghcr.io/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/global/docker-compose.oceanbase.yml
View file @
aa1d879b
...
...
@@ -173,7 +173,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.2
2
image
:
ghcr.io/labring/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -413,7 +413,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
5.8
image
:
ghcr.io/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/global/docker-compose.opengauss.yml
View file @
aa1d879b
...
...
@@ -157,7 +157,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.2
2
image
:
ghcr.io/labring/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -397,7 +397,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
5.8
image
:
ghcr.io/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/global/docker-compose.pg.yml
View file @
aa1d879b
...
...
@@ -155,7 +155,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.2
2
image
:
ghcr.io/labring/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -395,7 +395,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
5.8
image
:
ghcr.io/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/global/docker-compose.seekdb.yml
View file @
aa1d879b
...
...
@@ -160,7 +160,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.2
2
image
:
ghcr.io/labring/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -400,7 +400,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
5.8
image
:
ghcr.io/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
document/public/deploy/docker/v4.14/global/docker-compose.zilliz.yml
View file @
aa1d879b
...
...
@@ -139,7 +139,7 @@ services:
fastgpt-app
:
container_name
:
fastgpt-app
image
:
ghcr.io/labring/fastgpt:v4.14.2
2
image
:
ghcr.io/labring/fastgpt:v4.14.2
6
ports
:
-
3000:3000
networks
:
...
...
@@ -379,7 +379,7 @@ services:
# AI Proxy
fastgpt-aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
5.8
image
:
ghcr.io/labring/aiproxy:v0.
6.2
container_name
:
fastgpt-aiproxy
restart
:
unless-stopped
depends_on
:
...
...
pro
@
9770addf
Subproject commit
0103ae5b530380c8452abb2a479b49a3e767bf8d
Subproject commit
9770addfa4f270f507921328e2c2cfa9d446b381
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