@@ -240,7 +240,7 @@ services:
240240 # ==================== Agent sandbox 配置 ====================
241241 AGENT_SANDBOX_PROVIDER : opensandbox
242242 # OpenSandbox 配置(PROVIDER: opensandbox 时生效)
243- AGENT_SANDBOX_OPENSANDBOX_BASEURL : http://fastgpt- opensandbox-server:8090
243+ AGENT_SANDBOX_OPENSANDBOX_BASEURL : http://opensandbox-server:8090
244244 AGENT_SANDBOX_OPENSANDBOX_API_KEY :
245245 AGENT_SANDBOX_OPENSANDBOX_RUNTIME : docker
246246 AGENT_SANDBOX_OPENSANDBOX_IMAGE_REPO : registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox
@@ -330,7 +330,7 @@ services:
330330 networks :
331331 - fastgpt
332332 ports :
333- - 3005 :3000
333+ - 3003 :3000
334334 restart : always
335335 environment :
336336 << : [*x-log-config]
@@ -362,7 +362,7 @@ services:
362362 # 沙盒控制器:管理 Docker 容器的创建/执行/停止/删除
363363 # runtime=docker 模式需要挂载 Docker socket
364364 # 配置 docker.host_ip 为宿主机 LAN IP(容器内访问宿主机服务用)
365- fastgpt- opensandbox-server :
365+ opensandbox-server :
366366 image : registry.cn-hangzhou.aliyuncs.com/fastgpt/opensandbox-server:v0.1.9
367367 container_name : fastgpt-opensandbox-server
368368 restart : always
@@ -380,6 +380,19 @@ services:
380380 interval : 10s
381381 timeout : 5s
382382 retries : 5
383+ # Pre-pull only: not started by `docker compose up` (uses profile `prepull`).
384+ opensandbox-agent-sandbox-image :
385+ image : registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox:v0.1
386+ profiles :
387+ - prepull
388+ opensandbox-execd-image :
389+ image : registry.cn-hangzhou.aliyuncs.com/fastgpt/opensandbox-execd:v1.0.7
390+ profiles :
391+ - prepull
392+ opensandbox-egress-image :
393+ image : registry.cn-hangzhou.aliyuncs.com/fastgpt/opensandbox-egress:v1.0.3
394+ profiles :
395+ - prepull
383396 # 卷管理微服务:负责幂等创建/删除 Docker named volume 或 k8s PVC
384397 fastgpt-volume-manager :
385398 image : registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-volume-manager:v0.1
@@ -407,11 +420,6 @@ services:
407420 interval : 10s
408421 timeout : 5s
409422 retries : 5
410- # Pre-pull only: not started by `docker compose up` (uses profile `prepull`).
411- fastgpt-agent-sandbox-image :
412- image : registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox:v0.1
413- profiles :
414- - prepull
415423
416424 # AI Proxy
417425 fastgpt-aiproxy :
@@ -489,10 +497,10 @@ configs:
489497
490498 [runtime]
491499 type = "docker"
492- execd_image = "sandbox- registry.cn-zhangjiakou.cr. aliyuncs.com/opensandbox/ execd:v1.0.6 "
500+ execd_image = "registry.cn-hangzhou. aliyuncs.com/fastgpt/opensandbox- execd:v1.0.7 "
493501
494502 [egress]
495- image = "sandbox- registry.cn-zhangjiakou.cr. aliyuncs.com/opensandbox/ egress:v1.0.1 "
503+ image = "registry.cn-hangzhou. aliyuncs.com/fastgpt/opensandbox- egress:v1.0.3 "
496504
497505 [docker]
498506 network_mode = "bridge"
0 commit comments