Files
ColaFlow/colaflow-api/tests/TestContainers.config.json
Yaojia Wang 014d62bcc2 Project Init
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 23:55:18 +01:00

16 lines
347 B
JSON

{
"$schema": "https://json.schemastore.org/testcontainers.json",
"testcontainers": {
"version": "3.9.0",
"resourceReaperEnabled": true,
"hubImageNamePrefix": "",
"ryukPrivileged": false,
"ryukDisabled": false
},
"docker": {
"host": "npipe://./pipe/docker_engine",
"socketOverride": "",
"certPath": ""
}
}