mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-02 16:04:52 +08:00
feat: Improve Github Codespaces configuration (#1069)
This commit is contained in:
parent
6158372eaa
commit
dfe0b23995
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user