2025-03-18 10:23:42 +00:00
|
|
|
{
|
2025-10-16 06:55:31 +00:00
|
|
|
"name": "macOS 14 (Sonoma)",
|
2025-03-18 10:23:42 +00:00
|
|
|
"service": "macos",
|
2025-10-15 21:45:21 +00:00
|
|
|
"containerEnv": {
|
2025-10-15 22:01:30 +00:00
|
|
|
"VERSION": "14",
|
|
|
|
|
"RAM_SIZE": "max",
|
|
|
|
|
"DISK_SIZE": "max",
|
|
|
|
|
"CPU_CORES": "max"
|
2025-10-15 21:45:21 +00:00
|
|
|
},
|
|
|
|
|
"forwardPorts": [8006],
|
|
|
|
|
"portsAttributes": {
|
|
|
|
|
"8006": {
|
|
|
|
|
"label": "Web",
|
|
|
|
|
"onAutoForward": "openBrowser"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"otherPortsAttributes": {
|
|
|
|
|
"onAutoForward": "silent"
|
|
|
|
|
},
|
|
|
|
|
"hostRequirements": {
|
|
|
|
|
"storage": "64gb"
|
|
|
|
|
},
|
2025-10-16 06:55:31 +00:00
|
|
|
"dockerComposeFile": "codespaces.yml"
|
2025-03-18 10:23:42 +00:00
|
|
|
}
|