mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-01-02 03:30:55 +08:00
feat: Improve Github Codespaces configuration (#1069)
This commit is contained in:
@@ -1,6 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "dsm",
|
"name": "Virtual DSM",
|
||||||
"service": "dsm",
|
"service": "dsm",
|
||||||
"forwardPorts": [5000],
|
"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"
|
"dockerComposeFile": ".github/codespaces.yml"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user