Unverified Commit 38ae42ad authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Add devcontainer configuration for macOS Big Sur

parent 96b327b7
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
{
  "name": "macOS 11 (Big Sur)",
  "service": "macos",
  "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": "../codespaces.yml"
}