mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-05 23:41:33 +02:00
Add docker execution environment
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user