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
7add7178
authored
Jul 02, 2025
by
Archer
Committed by
GitHub
Jul 02, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: yml (#5134)
parent
ad45ed05
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
46 deletions
+36
-46
deploy/docker/docker-compose-milvus.yml
+9
-11
deploy/docker/docker-compose-oceanbase/docker-compose.yml
+9
-11
deploy/docker/docker-compose-pgvector.yml
+9
-11
deploy/docker/docker-compose-zilliz.yml
+9
-11
deploy/docker/yml.js
+0
-2
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
7add7178
...
@@ -151,8 +151,8 @@ services:
...
@@ -151,8 +151,8 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.
10.0
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -207,18 +207,17 @@ services:
...
@@ -207,18 +207,17 @@ services:
-
CHAT_FILE_EXPIRE_TIME=7
-
CHAT_FILE_EXPIRE_TIME=7
volumes
:
volumes
:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.
10.0
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.
10.0
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -226,10 +225,9 @@ services:
...
@@ -226,10 +225,9 @@ services:
restart
:
always
restart
:
always
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
# fastgpt-plugin
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1
.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1
.0
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -244,7 +242,7 @@ services:
...
@@ -244,7 +242,7 @@ services:
-
MINIO_SECRET_KEY=minioadmin
-
MINIO_SECRET_KEY=minioadmin
-
MINIO_BUCKET=fastgpt-plugins
-
MINIO_BUCKET=fastgpt-plugins
depends_on
:
depends_on
:
-
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
...
...
deploy/docker/docker-compose-oceanbase/docker-compose.yml
View file @
7add7178
...
@@ -126,8 +126,8 @@ services:
...
@@ -126,8 +126,8 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.
10.0
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -181,18 +181,17 @@ services:
...
@@ -181,18 +181,17 @@ services:
-
CHAT_FILE_EXPIRE_TIME=7
-
CHAT_FILE_EXPIRE_TIME=7
volumes
:
volumes
:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.
10.0
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.
10.0
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -200,10 +199,9 @@ services:
...
@@ -200,10 +199,9 @@ services:
restart
:
always
restart
:
always
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
# fastgpt-plugin
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1
.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1
.0
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -218,7 +216,7 @@ services:
...
@@ -218,7 +216,7 @@ services:
-
MINIO_SECRET_KEY=minioadmin
-
MINIO_SECRET_KEY=minioadmin
-
MINIO_BUCKET=fastgpt-plugins
-
MINIO_BUCKET=fastgpt-plugins
depends_on
:
depends_on
:
-
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
7add7178
...
@@ -112,8 +112,8 @@ services:
...
@@ -112,8 +112,8 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.
10.0
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -167,18 +167,17 @@ services:
...
@@ -167,18 +167,17 @@ services:
-
CHAT_FILE_EXPIRE_TIME=7
-
CHAT_FILE_EXPIRE_TIME=7
volumes
:
volumes
:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.
10.0
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.
10.0
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -186,10 +185,9 @@ services:
...
@@ -186,10 +185,9 @@ services:
restart
:
always
restart
:
always
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
# fastgpt-plugin
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1
.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1
.0
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -204,7 +202,7 @@ services:
...
@@ -204,7 +202,7 @@ services:
-
MINIO_SECRET_KEY=minioadmin
-
MINIO_SECRET_KEY=minioadmin
-
MINIO_BUCKET=fastgpt-plugins
-
MINIO_BUCKET=fastgpt-plugins
depends_on
:
depends_on
:
-
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
7add7178
...
@@ -92,8 +92,8 @@ services:
...
@@ -92,8 +92,8 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.
10.0
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -149,18 +149,17 @@ services:
...
@@ -149,18 +149,17 @@ services:
-
CHAT_FILE_EXPIRE_TIME=7
-
CHAT_FILE_EXPIRE_TIME=7
volumes
:
volumes
:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.
10.0
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.
9.14
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.
10.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.
9.14
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.
10.0
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -168,10 +167,9 @@ services:
...
@@ -168,10 +167,9 @@ services:
restart
:
always
restart
:
always
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
# fastgpt-plugin
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1
.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1
.0
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -186,7 +184,7 @@ services:
...
@@ -186,7 +184,7 @@ services:
-
MINIO_SECRET_KEY=minioadmin
-
MINIO_SECRET_KEY=minioadmin
-
MINIO_BUCKET=fastgpt-plugins
-
MINIO_BUCKET=fastgpt-plugins
depends_on
:
depends_on
:
-
fastgpt-minio
:
fastgpt-minio
:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
...
...
deploy/docker/yml.js
View file @
7add7178
...
@@ -150,7 +150,6 @@ services:
...
@@ -150,7 +150,6 @@ services:
- CHAT_FILE_EXPIRE_TIME=7
- CHAT_FILE_EXPIRE_TIME=7
volumes:
volumes:
- ./config.json:/app/data/config.json
- ./config.json:/app/data/config.json
# fastgpt
sandbox:
sandbox:
container_name: sandbox
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0 # git
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0 # git
...
@@ -169,7 +168,6 @@ services:
...
@@ -169,7 +168,6 @@ services:
restart: always
restart: always
environment:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
- FASTGPT_ENDPOINT=http://fastgpt:3000
# fastgpt-plugin
fastgpt-plugin:
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.1.0 # git
image: ghcr.io/labring/fastgpt-plugin:v0.1.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.0 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.0 # 阿里云
...
...
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