document/content/docs/self-host/upgrading/4-14/41410.en.mdx
The following configuration adjustments are for docker compose deployments. sealos commercial users can contact support for an online sandbox service solution.
Open the latest yml deployment file and add the following:
x-volume-manager-auth-token: &x-volume-manager-auth-token 'vmtoken' variable configuration at the top of the file.opensandbox-server, volume-manager, and agent-sandbox-image.configs (you can find this content at the bottom of the file, just copy and append it directly).fastgpt environment variables to include the following:# ==================== Agent sandbox config ====================
AGENT_SANDBOX_PROVIDER: opensandbox
# OpenSandbox config (effective when PROVIDER: opensandbox)
AGENT_SANDBOX_OPENSANDBOX_BASEURL: http://opensandbox-server:8090
AGENT_SANDBOX_OPENSANDBOX_API_KEY:
AGENT_SANDBOX_OPENSANDBOX_RUNTIME: docker
AGENT_SANDBOX_OPENSANDBOX_IMAGE_REPO: ghcr.io/labring/fastgpt/fastgpt-agent-sandbox
AGENT_SANDBOX_OPENSANDBOX_IMAGE_TAG: v0.0.2
# Volume persistence config (optional under opensandbox provider)
AGENT_SANDBOX_ENABLE_VOLUME: true
AGENT_SANDBOX_VOLUME_MANAGER_URL: http://volume-manager:3000
AGENT_SANDBOX_VOLUME_MANAGER_TOKEN: *x-volume-manager-auth-token
The image name under the original sandbox services needs to be changed from fastgpt-sandbox to fastgpt-code-sandbox.
v4.14.10v4.14.10v0.5.6v4.14.10Restart the service after updating.
Some system tool icons have been removed and replaced with image links, so some tool icons will be lost. You can update the system tools again (uninstall and reinstall, or directly import the pkg to overwrite).