1
0
spegling av https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1497)

This commit is contained in:
Kroese
2025-10-17 13:42:41 +02:00
committad av GitHub
förälder c6a8c0b702
incheckning c997bf7765
29 ändrade filer med 82 tillägg och 210 borttagningar
@@ -0,0 +1,21 @@
{
"name": "Windows Server 2022",
"service": "windows",
"containerEnv": {
"VERSION": "2022"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}