mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-07 10:33:42 +08:00
feat: Improve Github Codespaces configuration (#1082)
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
{
|
||||
"name": "Virtual DSM",
|
||||
"service": "dsm",
|
||||
"containerEnv": {
|
||||
"ALLOCATE": "Y"
|
||||
},
|
||||
"forwardPorts": [5000],
|
||||
"service": "vdsm",
|
||||
"portsAttributes": {
|
||||
"5000": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "openBrowser"
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
"onAutoForward": "ignore"
|
||||
},
|
||||
"dockerComposeFile": "codespaces.yml",
|
||||
"workspaceFolder": "/workspaces/vdsm",
|
||||
"initializeCommand": "docker system prune --all --force"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user