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
d2d48fc1
authored
Apr 08, 2026
by
Archer
Committed by
GitHub
Apr 08, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc (#6730)
parent
ec9e8fdf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
129 deletions
+3
-129
.claude/design/parallel-node/design.md
+0
-0
deploy/dev/docker-compose.cn.yml
+1
-43
deploy/dev/docker-compose.yml
+1
-43
deploy/templates/docker-compose.dev.yml
+1
-43
No files found.
.claude/design/parallel-node/design.md
0 → 100644
View file @
d2d48fc1
This diff is collapsed.
Click to expand it.
deploy/dev/docker-compose.cn.yml
View file @
d2d48fc1
...
@@ -368,47 +368,6 @@ services:
...
@@ -368,47 +368,6 @@ services:
interval
:
5s
interval
:
5s
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
opensandbox-server
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/opensandbox-server:v0.1.9
container_name
:
opensandbox-server
restart
:
always
networks
:
-
fastgpt
ports
:
-
'
8090:8090'
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
configs
:
-
source
:
opensandbox-config
target
:
/etc/opensandbox/config.toml
environment
:
-
SANDBOX_CONFIG_PATH=/etc/opensandbox/config.toml
healthcheck
:
test
:
[
'
CMD'
,
'
curl'
,
'
-f'
,
'
http://localhost:8090/health'
]
interval
:
10s
timeout
:
5s
retries
:
5
volume-manager
:
image
:
fastgpt-volume-manager:latest
container_name
:
volume-manager
restart
:
always
networks
:
-
fastgpt
ports
:
-
3004:3001
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock:ro
environment
:
-
VM_RUNTIME=docker
-
VM_AUTH_TOKEN=changeme
-
VM_VOLUME_NAME_PREFIX=fastgpt-session
-
VM_LOG_LEVEL=info
healthcheck
:
test
:
[
'
CMD'
,
'
bun'
,
'
-e'
,
"
fetch('http://localhost:3001/health').then((res)
=>
{
if
(!res.ok)
throw
new
Error(String(res.status));
})"
]
interval
:
10s
timeout
:
5s
retries
:
5
networks
:
networks
:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
...
@@ -445,4 +404,4 @@ configs:
...
@@ -445,4 +404,4 @@ configs:
pids_limit = 512
pids_limit = 512
[ingress]
[ingress]
mode = "direct"
mode = "direct"
\ No newline at end of file
deploy/dev/docker-compose.yml
View file @
d2d48fc1
...
@@ -368,47 +368,6 @@ services:
...
@@ -368,47 +368,6 @@ services:
interval
:
5s
interval
:
5s
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
opensandbox-server
:
image
:
opensandbox/server:v0.1.9
container_name
:
opensandbox-server
restart
:
always
networks
:
-
fastgpt
ports
:
-
'
8090:8090'
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
configs
:
-
source
:
opensandbox-config
target
:
/etc/opensandbox/config.toml
environment
:
-
SANDBOX_CONFIG_PATH=/etc/opensandbox/config.toml
healthcheck
:
test
:
[
'
CMD'
,
'
curl'
,
'
-f'
,
'
http://localhost:8090/health'
]
interval
:
10s
timeout
:
5s
retries
:
5
volume-manager
:
image
:
fastgpt-volume-manager:latest
container_name
:
volume-manager
restart
:
always
networks
:
-
fastgpt
ports
:
-
3004:3001
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock:ro
environment
:
-
VM_RUNTIME=docker
-
VM_AUTH_TOKEN=changeme
-
VM_VOLUME_NAME_PREFIX=fastgpt-session
-
VM_LOG_LEVEL=info
healthcheck
:
test
:
[
'
CMD'
,
'
bun'
,
'
-e'
,
"
fetch('http://localhost:3001/health').then((res)
=>
{
if
(!res.ok)
throw
new
Error(String(res.status));
})"
]
interval
:
10s
timeout
:
5s
retries
:
5
networks
:
networks
:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
...
@@ -445,4 +404,4 @@ configs:
...
@@ -445,4 +404,4 @@ configs:
pids_limit = 512
pids_limit = 512
[ingress]
[ingress]
mode = "direct"
mode = "direct"
\ No newline at end of file
deploy/templates/docker-compose.dev.yml
View file @
d2d48fc1
...
@@ -368,47 +368,6 @@ services:
...
@@ -368,47 +368,6 @@ services:
interval
:
5s
interval
:
5s
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
opensandbox-server
:
image
:
${{opensandbox-server.image}}:${{opensandbox-server.tag}}
container_name
:
opensandbox-server
restart
:
always
networks
:
-
fastgpt
ports
:
-
'
8090:8090'
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
configs
:
-
source
:
opensandbox-config
target
:
/etc/opensandbox/config.toml
environment
:
-
SANDBOX_CONFIG_PATH=/etc/opensandbox/config.toml
healthcheck
:
test
:
[
'
CMD'
,
'
curl'
,
'
-f'
,
'
http://localhost:8090/health'
]
interval
:
10s
timeout
:
5s
retries
:
5
volume-manager
:
image
:
fastgpt-volume-manager:latest
container_name
:
volume-manager
restart
:
always
networks
:
-
fastgpt
ports
:
-
3004:3001
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock:ro
environment
:
-
VM_RUNTIME=docker
-
VM_AUTH_TOKEN=changeme
-
VM_VOLUME_NAME_PREFIX=fastgpt-session
-
VM_LOG_LEVEL=info
healthcheck
:
test
:
[
'
CMD'
,
'
bun'
,
'
-e'
,
"
fetch('http://localhost:3001/health').then((res)
=>
{
if
(!res.ok)
throw
new
Error(String(res.status));
})"
]
interval
:
10s
timeout
:
5s
retries
:
5
networks
:
networks
:
fastgpt
:
fastgpt
:
aiproxy
:
aiproxy
:
...
@@ -445,4 +404,4 @@ configs:
...
@@ -445,4 +404,4 @@ configs:
pids_limit = 512
pids_limit = 512
[ingress]
[ingress]
mode = "direct"
mode = "direct"
\ No newline at end of file
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