Files
FastGPT/projects/sandbox_server/.env.template
Archer 44d64ce40e Sandbox server (#6383)
* feat: sandbox_server

* docker build

* action
2026-02-04 20:49:26 +08:00

18 lines
602 B
Plaintext

# Server Configuration
PORT=3000
# API Authentication Token
TOKEN=your-secret-token
# Sealos Configuration
SEALOS_BASE_URL=https://applaunchpad.hzh.sealos.run
SEALOS_KC=
# Container Configuration (fixed for all containers)
CONTAINER_IMAGE=hub.hzh.sealos.run/ns-4gabgrbc/agent-sandbox:v0.0.7
CONTAINER_PORT=8080
CONTAINER_CPU=0.5
CONTAINER_MEMORY=1
# Entrypoint format: JSON array like '["/bin/bash","-c","script.sh"]' or plain command
CONTAINER_ENTRYPOINT='["/bin/bash -c","/home/devbox/project/entrypoint.sh prod"]'
# Whether to expose container to public domain
CONTAINER_EXPOSES_PUBLIC_DOMAIN=true