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

feat: Improve Github Codespaces configuration (#355)

parent 72468237
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -12,10 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "hostRequirements": {
    "storage": "64gb"
  },  
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
+3 −5
Original line number Diff line number Diff line
@@ -12,10 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "hostRequirements": {
    "storage": "64gb"
  },  
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
+3 −5
Original line number Diff line number Diff line
@@ -12,10 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "hostRequirements": {
    "storage": "64gb"
  },  
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
+3 −5
Original line number Diff line number Diff line
@@ -12,10 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "hostRequirements": {
    "storage": "64gb"
  },  
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
+3 −5
Original line number Diff line number Diff line
@@ -12,10 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "hostRequirements": {
    "storage": "64gb"
  },  
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
Loading