diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 70b0867..7a9ad96 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,13 @@ { - "forwardPorts": [8006], + "name": "Windows 11 Pro", + "service": "windows", + "containerEnv": { + "VERSION": "11", + "RAM_SIZE": "max", + "DISK_SIZE": "max", + "CPU_CORES": "max" + }, + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", @@ -8,6 +16,9 @@ }, "otherPortsAttributes": { "onAutoForward": "silent" - }, + }, + "hostRequirements": { + "storage": "64gb" + }, "dockerComposeFile": "codespaces.yml" }