feat: add MoltBot service with configuration files and documentation

This commit is contained in:
Sun-ZhenXing
2026-01-30 10:12:03 +08:00
parent 31bcf0c435
commit e2ac465417
9 changed files with 601 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ services:
- DEBIAN_VERSION=${DEBIAN_VERSION:-13.2-slim}
- MICROSANDBOX_VERSION=${MICROSANDBOX_VERSION:-}
- MICROSANDBOX_AUTO_PULL_IMAGES=${MICROSANDBOX_AUTO_PULL_IMAGES:-true}
image: ${GLOBAL_REGISTRY:-ghcr.io/zerocore-ai/}microsandbox:${MICROSANDBOX_VERSION:-latest}
image: ${GLOBAL_REGISTRY:-ghcr.io}/zerocore-ai/microsandbox:${MICROSANDBOX_VERSION:-latest}
ports:
- "${MICROSANDBOX_PORT_OVERRIDE:-5555}:${MICROSANDBOX_PORT:-5555}"
# Privileged mode and relaxed security profiles are required for KVM access

View File

@@ -76,7 +76,7 @@ services:
"--no-verbose",
"--tries=1",
"--spider",
"http://localhost:8000/health",
"http://localhost:8000/docs",
]
interval: 30s
timeout: 10s