virtual-dsm/.devcontainer/devcontainer.json
Kroese 611c4de594
feat: Improve Github Codespaces configuration
Removed port forwarding for port 5000 and changed auto-forward behavior.
2025-10-19 08:50:54 +02:00

19 lines
362 B
JSON

{
"name": "Virtual DSM",
"service": "dsm",
"containerEnv": {
"ALLOCATE": "Y"
},
"portsAttributes": {
"5000": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}