docker isolation update

This commit is contained in:
prixod
2025-11-04 20:22:51 +04:00
parent cb346db783
commit 48c2b4dafd
11 changed files with 1215 additions and 13 deletions

View File

@@ -6,6 +6,10 @@
}
},
"AllowedHosts": "*",
"Isolate": {
"Enabled": true,
"MaxBoxes": 100
},
"Cpp": {
"Compiler": "g++",
"CompilerFlags": "-O2 -std=c++17 -Wall",