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
3a0d9714
authored
Jan 09, 2026
by
Archer
Committed by
GitHub
Jan 09, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc (#6225)
parent
c93c3937
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
142 additions
and
294 deletions
+142
-294
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
+8
-17
deploy/docker/cn/docker-compose.oceanbase.yml
+11
-20
deploy/docker/cn/docker-compose.pg.yml
+7
-17
deploy/docker/cn/docker-compose.zilliz.yml
+7
-17
deploy/docker/global/docker-compose.milvus.yml
+8
-17
deploy/docker/global/docker-compose.oceanbase.yml
+11
-20
deploy/docker/global/docker-compose.pg.yml
+7
-17
deploy/docker/global/docker-compose.ziliiz.yml
+7
-17
document/public/deploy/docker/cn/docker-compose.milvus.yml
+8
-17
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
+11
-20
document/public/deploy/docker/cn/docker-compose.pg.yml
+7
-17
document/public/deploy/docker/cn/docker-compose.zilliz.yml
+7
-17
document/public/deploy/docker/global/docker-compose.milvus.yml
+8
-17
document/public/deploy/docker/global/docker-compose.oceanbase.yml
+11
-20
document/public/deploy/docker/global/docker-compose.pg.yml
+7
-17
document/public/deploy/docker/global/docker-compose.ziliiz.yml
+7
-17
No files found.
deploy/args.json
View file @
3a0d9714
{
{
"tags"
:
{
"tags"
:
{
"fastgpt"
:
"v4.14.
4
"
,
"fastgpt"
:
"v4.14.
5
"
,
"fastgpt-sandbox"
:
"v4.14.
4
"
,
"fastgpt-sandbox"
:
"v4.14.
5
"
,
"fastgpt-mcp_server"
:
"v4.14.
4
"
,
"fastgpt-mcp_server"
:
"v4.14.
5
"
,
"fastgpt-plugin"
:
"v0.
3.4
"
,
"fastgpt-plugin"
:
"v0.
4.0
"
,
"aiproxy"
:
"v0.3.2"
,
"aiproxy"
:
"v0.3.2"
,
"aiproxy-pg"
:
"0.8.0-pg15"
,
"aiproxy-pg"
:
"0.8.0-pg15"
,
"mongo"
:
"5.0.32"
,
"mongo"
:
"5.0.32"
,
...
...
deploy/dev/docker-compose.cn.yml
View file @
3a0d9714
...
@@ -136,7 +136,7 @@ services:
...
@@ -136,7 +136,7 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
ports
:
ports
:
-
3002:3000
-
3002:3000
networks
:
networks
:
...
@@ -144,7 +144,7 @@ services:
...
@@ -144,7 +144,7 @@ services:
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -153,7 +153,7 @@ services:
...
@@ -153,7 +153,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
ports
:
ports
:
...
...
deploy/dev/docker-compose.yml
View file @
3a0d9714
...
@@ -136,7 +136,7 @@ services:
...
@@ -136,7 +136,7 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
ports
:
ports
:
-
3002:3000
-
3002:3000
networks
:
networks
:
...
@@ -144,7 +144,7 @@ services:
...
@@ -144,7 +144,7 @@ services:
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -153,7 +153,7 @@ services:
...
@@ -153,7 +153,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
ports
:
ports
:
...
...
deploy/docker/cn/docker-compose.milvus.yml
View file @
3a0d9714
...
@@ -28,6 +28,7 @@ x-share-db-config: &x-share-db-config
...
@@ -28,6 +28,7 @@ x-share-db-config: &x-share-db-config
x-vec-config
:
&x-vec-config
x-vec-config
:
&x-vec-config
MILVUS_ADDRESS
:
http://milvusStandalone:19530
MILVUS_ADDRESS
:
http://milvusStandalone:19530
MILVUS_TOKEN
:
none
MILVUS_TOKEN
:
none
version
:
'
3.3'
version
:
'
3.3'
services
:
services
:
...
@@ -91,6 +92,7 @@ services:
...
@@ -91,6 +92,7 @@ services:
-
'
milvus-etcd'
-
'
milvus-etcd'
-
'
milvus-minio'
-
'
milvus-minio'
mongo
:
mongo
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -104,19 +106,7 @@ services:
...
@@ -104,19 +106,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -190,7 +180,7 @@ services:
...
@@ -190,7 +180,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
4
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -242,13 +232,13 @@ services:
...
@@ -242,13 +232,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
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
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -257,7 +247,7 @@ services:
...
@@ -257,7 +247,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -323,3 +313,4 @@ networks:
...
@@ -323,3 +313,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
deploy/docker/cn/docker-compose.oceanbase.yml
View file @
3a0d9714
...
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
...
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
x-vec-config
:
&x-vec-config
x-vec-config
:
&x-vec-config
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/test
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/test
version
:
'
3.3'
version
:
'
3.3'
services
:
services
:
# Vector DB
# Vector DB
vectorDB
:
vectorDB
:
image
:
oceanbase/oceanbase-ce:4.3.5-lts
image
:
oceanbase/oceanbase-ce:4.3.5-lts
container_name
:
ob
container_name
:
ob
restart
:
always
restart
:
always
# ports: # 生产环境建议不要暴露
# ports: # 生产环境建议不要暴露
...
@@ -60,14 +61,15 @@ services:
...
@@ -60,14 +61,15 @@ services:
# obclient -h127.0.0.1 -P2881 -uroot@tenantname -ptenantpassword -e "SELECT 1;"
# obclient -h127.0.0.1 -P2881 -uroot@tenantname -ptenantpassword -e "SELECT 1;"
test
:
test
:
[
[
'
CMD-SHELL'
,
"
CMD-SHELL"
,
'
obclient
-h$${OB_SERVER_IP}
-P2881
-uroot@$${OB_TENANT_NAME}
-p$${OB_TENANT_PASSWORD}
-e
"SELECT
1;"'
'
obclient
-h$${OB_SERVER_IP}
-P2881
-uroot@$${OB_TENANT_NAME}
-p$${OB_TENANT_PASSWORD}
-e
"SELECT
1;"'
,
]
]
interval
:
30s
interval
:
30s
timeout
:
10s
timeout
:
10s
retries
:
1000
retries
:
1000
start_period
:
10s
start_period
:
10s
mongo
:
mongo
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -81,19 +83,7 @@ services:
...
@@ -81,19 +83,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -167,7 +157,7 @@ services:
...
@@ -167,7 +157,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
4
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -219,13 +209,13 @@ services:
...
@@ -219,13 +209,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
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
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -234,7 +224,7 @@ services:
...
@@ -234,7 +224,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -305,3 +295,4 @@ configs:
...
@@ -305,3 +295,4 @@ configs:
name
:
init_sql
name
:
init_sql
content
:
|
content
:
|
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
deploy/docker/cn/docker-compose.pg.yml
View file @
3a0d9714
...
@@ -50,6 +50,7 @@ services:
...
@@ -50,6 +50,7 @@ services:
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
mongo
:
mongo
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -63,19 +64,7 @@ services:
...
@@ -63,19 +64,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -149,7 +138,7 @@ services:
...
@@ -149,7 +138,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
4
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -201,13 +190,13 @@ services:
...
@@ -201,13 +190,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
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
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -216,7 +205,7 @@ services:
...
@@ -216,7 +205,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -282,3 +271,4 @@ networks:
...
@@ -282,3 +271,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
deploy/docker/cn/docker-compose.zilliz.yml
View file @
3a0d9714
...
@@ -33,6 +33,7 @@ version: '3.3'
...
@@ -33,6 +33,7 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
mongo
:
mongo
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -46,19 +47,7 @@ services:
...
@@ -46,19 +47,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -132,7 +121,7 @@ services:
...
@@ -132,7 +121,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
4
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,13 +173,13 @@ services:
...
@@ -184,13 +173,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
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
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -199,7 +188,7 @@ services:
...
@@ -199,7 +188,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -265,3 +254,4 @@ networks:
...
@@ -265,3 +254,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
deploy/docker/global/docker-compose.milvus.yml
View file @
3a0d9714
...
@@ -28,6 +28,7 @@ x-share-db-config: &x-share-db-config
...
@@ -28,6 +28,7 @@ x-share-db-config: &x-share-db-config
x-vec-config
:
&x-vec-config
x-vec-config
:
&x-vec-config
MILVUS_ADDRESS
:
http://milvusStandalone:19530
MILVUS_ADDRESS
:
http://milvusStandalone:19530
MILVUS_TOKEN
:
none
MILVUS_TOKEN
:
none
version
:
'
3.3'
version
:
'
3.3'
services
:
services
:
...
@@ -91,6 +92,7 @@ services:
...
@@ -91,6 +92,7 @@ services:
-
'
milvus-etcd'
-
'
milvus-etcd'
-
'
milvus-minio'
-
'
milvus-minio'
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -104,19 +106,7 @@ services:
...
@@ -104,19 +106,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -190,7 +180,7 @@ services:
...
@@ -190,7 +180,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -242,13 +232,13 @@ services:
...
@@ -242,13 +232,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -257,7 +247,7 @@ services:
...
@@ -257,7 +247,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -323,3 +313,4 @@ networks:
...
@@ -323,3 +313,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
deploy/docker/global/docker-compose.oceanbase.yml
View file @
3a0d9714
...
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
...
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
x-vec-config
:
&x-vec-config
x-vec-config
:
&x-vec-config
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/test
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/test
version
:
'
3.3'
version
:
'
3.3'
services
:
services
:
# Vector DB
# Vector DB
vectorDB
:
vectorDB
:
image
:
oceanbase/oceanbase-ce:4.3.5-lts
image
:
oceanbase/oceanbase-ce:4.3.5-lts
container_name
:
ob
container_name
:
ob
restart
:
always
restart
:
always
# ports: # 生产环境建议不要暴露
# ports: # 生产环境建议不要暴露
...
@@ -60,14 +61,15 @@ services:
...
@@ -60,14 +61,15 @@ services:
# obclient -h127.0.0.1 -P2881 -uroot@tenantname -ptenantpassword -e "SELECT 1;"
# obclient -h127.0.0.1 -P2881 -uroot@tenantname -ptenantpassword -e "SELECT 1;"
test
:
test
:
[
[
'
CMD-SHELL'
,
"
CMD-SHELL"
,
'
obclient
-h$${OB_SERVER_IP}
-P2881
-uroot@$${OB_TENANT_NAME}
-p$${OB_TENANT_PASSWORD}
-e
"SELECT
1;"'
'
obclient
-h$${OB_SERVER_IP}
-P2881
-uroot@$${OB_TENANT_NAME}
-p$${OB_TENANT_PASSWORD}
-e
"SELECT
1;"'
,
]
]
interval
:
30s
interval
:
30s
timeout
:
10s
timeout
:
10s
retries
:
1000
retries
:
1000
start_period
:
10s
start_period
:
10s
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -81,19 +83,7 @@ services:
...
@@ -81,19 +83,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -167,7 +157,7 @@ services:
...
@@ -167,7 +157,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -219,13 +209,13 @@ services:
...
@@ -219,13 +209,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -234,7 +224,7 @@ services:
...
@@ -234,7 +224,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -305,3 +295,4 @@ configs:
...
@@ -305,3 +295,4 @@ configs:
name
:
init_sql
name
:
init_sql
content
:
|
content
:
|
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
deploy/docker/global/docker-compose.pg.yml
View file @
3a0d9714
...
@@ -50,6 +50,7 @@ services:
...
@@ -50,6 +50,7 @@ services:
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -63,19 +64,7 @@ services:
...
@@ -63,19 +64,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -149,7 +138,7 @@ services:
...
@@ -149,7 +138,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -201,13 +190,13 @@ services:
...
@@ -201,13 +190,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -216,7 +205,7 @@ services:
...
@@ -216,7 +205,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -282,3 +271,4 @@ networks:
...
@@ -282,3 +271,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
deploy/docker/global/docker-compose.ziliiz.yml
View file @
3a0d9714
...
@@ -33,6 +33,7 @@ version: '3.3'
...
@@ -33,6 +33,7 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -46,19 +47,7 @@ services:
...
@@ -46,19 +47,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -132,7 +121,7 @@ services:
...
@@ -132,7 +121,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,13 +173,13 @@ services:
...
@@ -184,13 +173,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -199,7 +188,7 @@ services:
...
@@ -199,7 +188,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -265,3 +254,4 @@ networks:
...
@@ -265,3 +254,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
document/public/deploy/docker/cn/docker-compose.milvus.yml
View file @
3a0d9714
...
@@ -28,6 +28,7 @@ x-share-db-config: &x-share-db-config
...
@@ -28,6 +28,7 @@ x-share-db-config: &x-share-db-config
x-vec-config
:
&x-vec-config
x-vec-config
:
&x-vec-config
MILVUS_ADDRESS
:
http://milvusStandalone:19530
MILVUS_ADDRESS
:
http://milvusStandalone:19530
MILVUS_TOKEN
:
none
MILVUS_TOKEN
:
none
version
:
'
3.3'
version
:
'
3.3'
services
:
services
:
...
@@ -91,6 +92,7 @@ services:
...
@@ -91,6 +92,7 @@ services:
-
'
milvus-etcd'
-
'
milvus-etcd'
-
'
milvus-minio'
-
'
milvus-minio'
mongo
:
mongo
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -104,19 +106,7 @@ services:
...
@@ -104,19 +106,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -190,7 +180,7 @@ services:
...
@@ -190,7 +180,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
4
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -242,13 +232,13 @@ services:
...
@@ -242,13 +232,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
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
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -257,7 +247,7 @@ services:
...
@@ -257,7 +247,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -323,3 +313,4 @@ networks:
...
@@ -323,3 +313,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
View file @
3a0d9714
...
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
...
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
x-vec-config
:
&x-vec-config
x-vec-config
:
&x-vec-config
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/test
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/test
version
:
'
3.3'
version
:
'
3.3'
services
:
services
:
# Vector DB
# Vector DB
vectorDB
:
vectorDB
:
image
:
oceanbase/oceanbase-ce:4.3.5-lts
image
:
oceanbase/oceanbase-ce:4.3.5-lts
container_name
:
ob
container_name
:
ob
restart
:
always
restart
:
always
# ports: # 生产环境建议不要暴露
# ports: # 生产环境建议不要暴露
...
@@ -60,14 +61,15 @@ services:
...
@@ -60,14 +61,15 @@ services:
# obclient -h127.0.0.1 -P2881 -uroot@tenantname -ptenantpassword -e "SELECT 1;"
# obclient -h127.0.0.1 -P2881 -uroot@tenantname -ptenantpassword -e "SELECT 1;"
test
:
test
:
[
[
'
CMD-SHELL'
,
"
CMD-SHELL"
,
'
obclient
-h$${OB_SERVER_IP}
-P2881
-uroot@$${OB_TENANT_NAME}
-p$${OB_TENANT_PASSWORD}
-e
"SELECT
1;"'
'
obclient
-h$${OB_SERVER_IP}
-P2881
-uroot@$${OB_TENANT_NAME}
-p$${OB_TENANT_PASSWORD}
-e
"SELECT
1;"'
,
]
]
interval
:
30s
interval
:
30s
timeout
:
10s
timeout
:
10s
retries
:
1000
retries
:
1000
start_period
:
10s
start_period
:
10s
mongo
:
mongo
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -81,19 +83,7 @@ services:
...
@@ -81,19 +83,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -167,7 +157,7 @@ services:
...
@@ -167,7 +157,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
4
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -219,13 +209,13 @@ services:
...
@@ -219,13 +209,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
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
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -234,7 +224,7 @@ services:
...
@@ -234,7 +224,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -305,3 +295,4 @@ configs:
...
@@ -305,3 +295,4 @@ configs:
name
:
init_sql
name
:
init_sql
content
:
|
content
:
|
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
document/public/deploy/docker/cn/docker-compose.pg.yml
View file @
3a0d9714
...
@@ -50,6 +50,7 @@ services:
...
@@ -50,6 +50,7 @@ services:
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
mongo
:
mongo
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -63,19 +64,7 @@ services:
...
@@ -63,19 +64,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -149,7 +138,7 @@ services:
...
@@ -149,7 +138,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
4
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -201,13 +190,13 @@ services:
...
@@ -201,13 +190,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
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
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -216,7 +205,7 @@ services:
...
@@ -216,7 +205,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -282,3 +271,4 @@ networks:
...
@@ -282,3 +271,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
document/public/deploy/docker/cn/docker-compose.zilliz.yml
View file @
3a0d9714
...
@@ -33,6 +33,7 @@ version: '3.3'
...
@@ -33,6 +33,7 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
mongo
:
mongo
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -46,19 +47,7 @@ services:
...
@@ -46,19 +47,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -132,7 +121,7 @@ services:
...
@@ -132,7 +121,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
4
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,13 +173,13 @@ services:
...
@@ -184,13 +173,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
5
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
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -199,7 +188,7 @@ services:
...
@@ -199,7 +188,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
3.4
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -265,3 +254,4 @@ networks:
...
@@ -265,3 +254,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
document/public/deploy/docker/global/docker-compose.milvus.yml
View file @
3a0d9714
...
@@ -28,6 +28,7 @@ x-share-db-config: &x-share-db-config
...
@@ -28,6 +28,7 @@ x-share-db-config: &x-share-db-config
x-vec-config
:
&x-vec-config
x-vec-config
:
&x-vec-config
MILVUS_ADDRESS
:
http://milvusStandalone:19530
MILVUS_ADDRESS
:
http://milvusStandalone:19530
MILVUS_TOKEN
:
none
MILVUS_TOKEN
:
none
version
:
'
3.3'
version
:
'
3.3'
services
:
services
:
...
@@ -91,6 +92,7 @@ services:
...
@@ -91,6 +92,7 @@ services:
-
'
milvus-etcd'
-
'
milvus-etcd'
-
'
milvus-minio'
-
'
milvus-minio'
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -104,19 +106,7 @@ services:
...
@@ -104,19 +106,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -190,7 +180,7 @@ services:
...
@@ -190,7 +180,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -242,13 +232,13 @@ services:
...
@@ -242,13 +232,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -257,7 +247,7 @@ services:
...
@@ -257,7 +247,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -323,3 +313,4 @@ networks:
...
@@ -323,3 +313,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
document/public/deploy/docker/global/docker-compose.oceanbase.yml
View file @
3a0d9714
...
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
...
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
x-vec-config
:
&x-vec-config
x-vec-config
:
&x-vec-config
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/test
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/test
version
:
'
3.3'
version
:
'
3.3'
services
:
services
:
# Vector DB
# Vector DB
vectorDB
:
vectorDB
:
image
:
oceanbase/oceanbase-ce:4.3.5-lts
image
:
oceanbase/oceanbase-ce:4.3.5-lts
container_name
:
ob
container_name
:
ob
restart
:
always
restart
:
always
# ports: # 生产环境建议不要暴露
# ports: # 生产环境建议不要暴露
...
@@ -60,14 +61,15 @@ services:
...
@@ -60,14 +61,15 @@ services:
# obclient -h127.0.0.1 -P2881 -uroot@tenantname -ptenantpassword -e "SELECT 1;"
# obclient -h127.0.0.1 -P2881 -uroot@tenantname -ptenantpassword -e "SELECT 1;"
test
:
test
:
[
[
'
CMD-SHELL'
,
"
CMD-SHELL"
,
'
obclient
-h$${OB_SERVER_IP}
-P2881
-uroot@$${OB_TENANT_NAME}
-p$${OB_TENANT_PASSWORD}
-e
"SELECT
1;"'
'
obclient
-h$${OB_SERVER_IP}
-P2881
-uroot@$${OB_TENANT_NAME}
-p$${OB_TENANT_PASSWORD}
-e
"SELECT
1;"'
,
]
]
interval
:
30s
interval
:
30s
timeout
:
10s
timeout
:
10s
retries
:
1000
retries
:
1000
start_period
:
10s
start_period
:
10s
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -81,19 +83,7 @@ services:
...
@@ -81,19 +83,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -167,7 +157,7 @@ services:
...
@@ -167,7 +157,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -219,13 +209,13 @@ services:
...
@@ -219,13 +209,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -234,7 +224,7 @@ services:
...
@@ -234,7 +224,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -305,3 +295,4 @@ configs:
...
@@ -305,3 +295,4 @@ configs:
name
:
init_sql
name
:
init_sql
content
:
|
content
:
|
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
ALTER SYSTEM SET ob_vector_memory_limit_percentage = 30;
document/public/deploy/docker/global/docker-compose.pg.yml
View file @
3a0d9714
...
@@ -50,6 +50,7 @@ services:
...
@@ -50,6 +50,7 @@ services:
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -63,19 +64,7 @@ services:
...
@@ -63,19 +64,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -149,7 +138,7 @@ services:
...
@@ -149,7 +138,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -201,13 +190,13 @@ services:
...
@@ -201,13 +190,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -216,7 +205,7 @@ services:
...
@@ -216,7 +205,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -282,3 +271,4 @@ networks:
...
@@ -282,3 +271,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
document/public/deploy/docker/global/docker-compose.ziliiz.yml
View file @
3a0d9714
...
@@ -33,6 +33,7 @@ version: '3.3'
...
@@ -33,6 +33,7 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -46,19 +47,7 @@ services:
...
@@ -46,19 +47,7 @@ services:
volumes
:
volumes
:
-
./mongo/data:/data/db
-
./mongo/data:/data/db
healthcheck
:
healthcheck
:
test
:
test
:
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
[
'
CMD'
,
'
mongo'
,
'
-u'
,
'
myusername'
,
'
-p'
,
'
mypassword'
,
'
--authenticationDatabase'
,
'
admin'
,
'
--eval'
,
"
db.adminCommand('ping')"
]
interval
:
10s
interval
:
10s
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
...
@@ -132,7 +121,7 @@ services:
...
@@ -132,7 +121,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
5
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,13 +173,13 @@ services:
...
@@ -184,13 +173,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
4
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
5
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.14.
4
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
5
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -199,7 +188,7 @@ services:
...
@@ -199,7 +188,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.
3.4
image
:
ghcr.io/labring/fastgpt-plugin:v0.
4.0
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -265,3 +254,4 @@ networks:
...
@@ -265,3 +254,4 @@ networks:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
vector
:
vector
:
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