Add docker execution environment

This commit is contained in:
Stone_Red
2025-12-27 00:08:01 +01:00
parent 252aca98b4
commit bf1b5506c0
31 changed files with 848 additions and 25 deletions
@@ -16,6 +16,18 @@
}
},
"AllowedHosts": "*",
"Execution": {
"ExecutionEnvironment": "DockerContainer"
},
"DockerExecution": {
"DockerHost": null,
"WorkerImageName": "remoteexec-worker:latest",
"ContainerTimeoutSeconds": 300,
"ContainerMemoryLimitMb": 512,
"ContainerCpuShares": 1024,
"DisableNetwork": true,
"ReadOnlyFilesystem": false
},
"Authentication": {
"ApiKeys": [
{