mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-03 00:14:58 +08:00
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"name": "Virtual DSM",
|
|
"service": "dsm",
|
|
"containerEnv": {
|
|
"ALLOCATE": "Y"
|
|
},
|
|
"forwardPorts": [5000],
|
|
"portsAttributes": {
|
|
"5000": {
|
|
"label": "Web",
|
|
"onAutoForward": "openBrowser"
|
|
}
|
|
},
|
|
"otherPortsAttributes": {
|
|
"onAutoForward": "silent"
|
|
},
|
|
"dockerComposeFile": "codespaces.yml"
|
|
}
|