feat: Improve Github Codespaces configuration (#1082)

This commit is contained in:
Kroese
2025-10-19 10:40:03 +02:00
committed by GitHub
parent 399243886e
commit 8e2490e6bc
2 changed files with 4 additions and 8 deletions

View File

@@ -1,19 +1,16 @@
{
"name": "Virtual DSM",
"service": "dsm",
"containerEnv": {
"ALLOCATE": "Y"
},
"forwardPorts": [5000],
"service": "vdsm",
"portsAttributes": {
"5000": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"workspaceFolder": "/workspaces/vdsm",
"initializeCommand": "docker system prune --all --force"
}