feat: Update Github Codespaces configuration (#1070)

This commit is contained in:
Kroese
2025-10-16 09:43:19 +02:00
committed by GitHub
parent dfe0b23995
commit fd4c5001e8
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
{
"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": "codespaces.yml"
}