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
6c71bdfe
authored
Apr 01, 2026
by
Archer
Committed by
GitHub
Apr 01, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dockerfile (#6692)
parent
33a79639
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
24 additions
and
24 deletions
+24
-24
deploy/docker/cn/docker-compose.milvus.yml
+1
-1
deploy/docker/cn/docker-compose.oceanbase.yml
+1
-1
deploy/docker/cn/docker-compose.pg.yml
+1
-1
deploy/docker/cn/docker-compose.seekdb.yml
+1
-1
deploy/docker/cn/docker-compose.zilliz.yml
+1
-1
deploy/docker/global/docker-compose.milvus.yml
+1
-1
deploy/docker/global/docker-compose.oceanbase.yml
+1
-1
deploy/docker/global/docker-compose.pg.yml
+1
-1
deploy/docker/global/docker-compose.seekdb.yml
+1
-1
deploy/docker/global/docker-compose.ziliiz.yml
+1
-1
deploy/templates/docker-compose.prod.yml
+1
-1
document/public/deploy/docker/cn/docker-compose.milvus.yml
+1
-1
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
+1
-1
document/public/deploy/docker/cn/docker-compose.pg.yml
+1
-1
document/public/deploy/docker/cn/docker-compose.seekdb.yml
+1
-1
document/public/deploy/docker/cn/docker-compose.zilliz.yml
+1
-1
document/public/deploy/docker/global/docker-compose.milvus.yml
+1
-1
document/public/deploy/docker/global/docker-compose.oceanbase.yml
+1
-1
document/public/deploy/docker/global/docker-compose.pg.yml
+1
-1
document/public/deploy/docker/global/docker-compose.seekdb.yml
+1
-1
document/public/deploy/docker/global/docker-compose.ziliiz.yml
+1
-1
projects/volume-manager/.env.template
+1
-1
projects/volume-manager/src/drivers/DockerVolumeDriver.ts
+1
-1
projects/volume-manager/src/env.ts
+1
-1
No files found.
deploy/docker/cn/docker-compose.milvus.yml
View file @
6c71bdfe
...
...
@@ -45,7 +45,6 @@ x-vec-config: &x-vec-config
MILVUS_TOKEN
:
none
version
:
'
3.3'
services
:
# Vector DB
milvus-minio
:
...
...
@@ -394,6 +393,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/cn/docker-compose.oceanbase.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/mysql
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -371,6 +370,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/cn/docker-compose.pg.yml
View file @
6c71bdfe
...
...
@@ -43,7 +43,6 @@ x-log-config: &x-log-config
x-vec-config
:
&x-vec-config
PG_URL
:
postgresql://username:password@pg:5432/postgres
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -352,6 +351,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/cn/docker-compose.seekdb.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
SEEKDB_URL
:
mysql://root:seekdbpassword@seekdb:2881/mysql
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -358,6 +357,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/cn/docker-compose.zilliz.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
MILVUS_ADDRESS
:
zilliz_cloud_address
MILVUS_TOKEN
:
zilliz_cloud_token
version
:
'
3.3'
services
:
# Vector DB
...
...
@@ -336,6 +335,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/global/docker-compose.milvus.yml
View file @
6c71bdfe
...
...
@@ -45,7 +45,6 @@ x-vec-config: &x-vec-config
MILVUS_TOKEN
:
none
version
:
'
3.3'
services
:
# Vector DB
milvus-minio
:
...
...
@@ -394,6 +393,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/global/docker-compose.oceanbase.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/mysql
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -371,6 +370,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/global/docker-compose.pg.yml
View file @
6c71bdfe
...
...
@@ -43,7 +43,6 @@ x-log-config: &x-log-config
x-vec-config
:
&x-vec-config
PG_URL
:
postgresql://username:password@pg:5432/postgres
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -352,6 +351,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/global/docker-compose.seekdb.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
SEEKDB_URL
:
mysql://root:seekdbpassword@seekdb:2881/mysql
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -358,6 +357,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/docker/global/docker-compose.ziliiz.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
MILVUS_ADDRESS
:
zilliz_cloud_address
MILVUS_TOKEN
:
zilliz_cloud_token
version
:
'
3.3'
services
:
# Vector DB
...
...
@@ -336,6 +335,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
deploy/templates/docker-compose.prod.yml
View file @
6c71bdfe
...
...
@@ -43,7 +43,6 @@ x-log-config: &x-log-config
x-vec-config
:
&x-vec-config
${{vec.config}}
version
:
'
3.3'
services
:
# Vector DB
${{vec.db}}
...
...
@@ -335,6 +334,7 @@ ${{vec.db}}
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/cn/docker-compose.milvus.yml
View file @
6c71bdfe
...
...
@@ -45,7 +45,6 @@ x-vec-config: &x-vec-config
MILVUS_TOKEN
:
none
version
:
'
3.3'
services
:
# Vector DB
milvus-minio
:
...
...
@@ -394,6 +393,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/mysql
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -371,6 +370,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/cn/docker-compose.pg.yml
View file @
6c71bdfe
...
...
@@ -43,7 +43,6 @@ x-log-config: &x-log-config
x-vec-config
:
&x-vec-config
PG_URL
:
postgresql://username:password@pg:5432/postgres
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -352,6 +351,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/cn/docker-compose.seekdb.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
SEEKDB_URL
:
mysql://root:seekdbpassword@seekdb:2881/mysql
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -358,6 +357,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/cn/docker-compose.zilliz.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
MILVUS_ADDRESS
:
zilliz_cloud_address
MILVUS_TOKEN
:
zilliz_cloud_token
version
:
'
3.3'
services
:
# Vector DB
...
...
@@ -336,6 +335,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/global/docker-compose.milvus.yml
View file @
6c71bdfe
...
...
@@ -45,7 +45,6 @@ x-vec-config: &x-vec-config
MILVUS_TOKEN
:
none
version
:
'
3.3'
services
:
# Vector DB
milvus-minio
:
...
...
@@ -394,6 +393,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/global/docker-compose.oceanbase.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
OCEANBASE_URL
:
mysql://root%40tenantname:tenantpassword@ob:2881/mysql
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -371,6 +370,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/global/docker-compose.pg.yml
View file @
6c71bdfe
...
...
@@ -43,7 +43,6 @@ x-log-config: &x-log-config
x-vec-config
:
&x-vec-config
PG_URL
:
postgresql://username:password@pg:5432/postgres
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -352,6 +351,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/global/docker-compose.seekdb.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
SEEKDB_URL
:
mysql://root:seekdbpassword@seekdb:2881/mysql
version
:
'
3.3'
services
:
# Vector DB
vectorDB
:
...
...
@@ -358,6 +357,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
document/public/deploy/docker/global/docker-compose.ziliiz.yml
View file @
6c71bdfe
...
...
@@ -44,7 +44,6 @@ x-vec-config: &x-vec-config
MILVUS_ADDRESS
:
zilliz_cloud_address
MILVUS_TOKEN
:
zilliz_cloud_token
version
:
'
3.3'
services
:
# Vector DB
...
...
@@ -336,6 +335,7 @@ services:
VM_AUTH_TOKEN
:
*x-volume-manager-auth-token
# 对应 AGENT_SANDBOX_VOLUME_MANAGER_TOKEN
VM_VOLUME_NAME_PREFIX
:
fastgpt-session
# volume 名称前缀
VM_LOG_LEVEL
:
info
VM_DOCKER_API_VERSION
:
v1.44
healthcheck
:
test
:
[
...
...
projects/volume-manager/.env.template
View file @
6c71bdfe
...
...
@@ -10,7 +10,7 @@ VM_RUNTIME=docker
# Docker socket 路径(仅 docker 模式)
VM_DOCKER_SOCKET=/var/run/docker.sock
VM_DOCKER_API_VERSION=1.44
VM_DOCKER_API_VERSION=
v
1.44
# k8s 命名空间(仅 kubernetes 模式)
VM_K8S_NAMESPACE=opensandbox
...
...
projects/volume-manager/src/drivers/DockerVolumeDriver.ts
View file @
6c71bdfe
...
...
@@ -14,7 +14,7 @@ export class DockerVolumeDriver implements IVolumeDriver {
private
dockerFetch
(
path
:
string
,
init
?:
RequestInit
):
Promise
<
Response
>
{
// Bun supports unix socket via the `unix` fetch option
return
fetch
(
`http://localhost
${
env
.
VM_DOCKER_API_VERSION
}${
path
}
`
,
{
return
fetch
(
`http://localhost
/
${
env
.
VM_DOCKER_API_VERSION
}${
path
}
`
,
{
...
init
,
// @ts-ignore - Bun-specific option
unix
:
this
.
socketPath
...
...
projects/volume-manager/src/env.ts
View file @
6c71bdfe
...
...
@@ -5,7 +5,7 @@ const schema = z.object({
VM_AUTH_TOKEN
:
z
.
string
().
min
(
1
),
VM_RUNTIME
:
z
.
enum
([
'docker'
,
'kubernetes'
]).
default
(
'kubernetes'
),
VM_DOCKER_SOCKET
:
z
.
string
().
default
(
'/var/run/docker.sock'
),
VM_DOCKER_API_VERSION
:
z
.
string
().
default
(
'1.44'
),
VM_DOCKER_API_VERSION
:
z
.
string
().
default
(
'
v
1.44'
),
VM_K8S_NAMESPACE
:
z
.
string
().
default
(
'opensandbox'
),
VM_K8S_PVC_STORAGE_CLASS
:
z
.
string
().
default
(
'standard'
),
VM_K8S_PVC_STORAGE_SIZE
:
z
.
string
().
default
(
'1Gi'
),
...
...
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