docker-windows/.devcontainer/2025/devcontainer.json
Kroese fc454be171
Simplify container environment variables
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
2025-10-17 00:50:36 +02:00

21 lines
405 B
JSON

{
"name": "Windows Server 2025",
"service": "windows",
"containerEnv": {
"VERSION": "2025"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}