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

feat: Improve Github Codespaces configuration (#934)

parent dbf43185
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "BOOT": "alma"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/qemu",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "BOOT": "alpine"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/qemu",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "BOOT": "arch"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/qemu",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "BOOT": "cachy"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/qemu",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "BOOT": "centos"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/qemu",
  "initializeCommand": "docker system prune --all --force"
}
Loading