feat: Add custom .yml for Github Codespaces

This commit is contained in:
Kroese 2025-10-14 01:30:11 +02:00 committed by GitHub
parent fd65eb3957
commit 95a0de2808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,5 @@
"name": "dsm",
"service": "dsm",
"forwardPorts": [5000],
"dockerComposeFile": "compose.yml"
"dockerComposeFile": ".github/codespaces.yml"
}