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