mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-01 23:44:58 +08:00
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"name": "Virtual DSM",
|
|
"service": "vdsm",
|
|
"forwardPorts": [5000],
|
|
"portsAttributes": {
|
|
"5000": {
|
|
"label": "Web",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"otherPortsAttributes": {
|
|
"onAutoForward": "ignore"
|
|
},
|
|
"dockerComposeFile": "codespaces.yml",
|
|
"workspaceFolder": "/workspaces/vdsm",
|
|
"initializeCommand": "docker system prune --all --force"
|
|
}
|