1
0
зеркало из https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1497)

Этот коммит содержится в:
Kroese
2025-10-17 13:42:41 +02:00
коммит произвёл GitHub
родитель c6a8c0b702
Коммит c997bf7765
29 изменённых файлов: 82 добавлений и 210 удалений
+21
Просмотреть файл
@@ -0,0 +1,21 @@
{
"name": "Tiny11 Nano",
"service": "windows",
"containerEnv": {
"VERSION": "nano11"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}