chore: mount config file of sandbox (#8576)

This commit is contained in:
非法操作
2024-10-30 15:45:51 +08:00
committed by GitHub
parent 92a3898540
commit 4d38798dd5
3 changed files with 50 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ services:
SANDBOX_PORT: ${SANDBOX_PORT:-8194}
volumes:
- ./volumes/sandbox/dependencies:/dependencies
- ./volumes/sandbox/conf:/conf
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:8194/health" ]
networks: