feat: Improve Github Codespaces configuration (#1069)

This commit is contained in:
Kroese 2025-10-15 23:58:01 +02:00 committed by GitHub
parent 6158372eaa
commit dfe0b23995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,20 @@
{
"name": "dsm",
"name": "Virtual 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"
}