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

feat: Improve Github Codespaces configuration (#913)

parent 01d81847
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
{
  "name": "qemu",
  "name": "QEMU",
  "service": "qemu",
  "containerEnv": {
    "VERSION": "mint",
    "RAM_SIZE": "max",
    "DISK_SIZE": "max",
    "CPU_CORES": "max"    
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
  }, 
  "dockerComposeFile": ".github/codespaces.yml"
}