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

feat: Improve Github Codespaces configuration (#1069)

parent 6158372e
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
{
  "name": "dsm",
  "name": "Virtual DSM",
  "service": "dsm",
  "containerEnv": {
    "RAM_SIZE": "max",
    "DISK_SIZE": "max",
    "CPU_CORES": "max"
  },  
  "forwardPorts": [5000],  
  "portsAttributes": {
    "5000": {
      "label": "Web",
      "onAutoForward": "openBrowser"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
  }, 
  "dockerComposeFile": ".github/codespaces.yml"
}