mirror of
https://github.com/dockur/windows.git
synced 2025-10-19 06:22:29 +00:00
25 lines
478 B
JSON
25 lines
478 B
JSON
{
|
|
"name": "Windows 11 Pro",
|
|
"service": "windows",
|
|
"containerEnv": {
|
|
"VERSION": "11",
|
|
"RAM_SIZE": "max",
|
|
"DISK_SIZE": "max",
|
|
"CPU_CORES": "max"
|
|
},
|
|
"forwardPorts": [8006],
|
|
"portsAttributes": {
|
|
"8006": {
|
|
"label": "Web",
|
|
"onAutoForward": "openBrowser"
|
|
}
|
|
},
|
|
"otherPortsAttributes": {
|
|
"onAutoForward": "silent"
|
|
},
|
|
"hostRequirements": {
|
|
"storage": "64gb"
|
|
},
|
|
"dockerComposeFile": ".github/codespaces.yml"
|
|
}
|