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