mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Improve Github Codespaces configuration (#345)
This commit is contained in:
parent
9c8458d30b
commit
3935b89941
1 changed files with 17 additions and 2 deletions
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "macos",
|
||||
"name": "macOS 14",
|
||||
"service": "macos",
|
||||
"forwardPorts": [8006],
|
||||
"containerEnv": {
|
||||
"VERSION": "14"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
"8006": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "openBrowser"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
"onAutoForward": "silent"
|
||||
},
|
||||
"hostRequirements": {
|
||||
"storage": "64gb"
|
||||
},
|
||||
"dockerComposeFile": ".github/codespaces.yml"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue