mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-16 16:04:08 +01:00
56be9502af
(cherry picked from commit 5061dc4b5e5ea9925740496a5939a1762788b793) Closes #9914
20 lines
532 B
JSON
20 lines
532 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
|
|
{
|
|
"name": "Radarr",
|
|
"image": "mcr.microsoft.com/devcontainers/dotnet:1-6.0",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"nodeGypDependencies": true,
|
|
"version": "16",
|
|
"nvmVersion": "latest"
|
|
}
|
|
},
|
|
"forwardPorts": [7878],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["esbenp.prettier-vscode"]
|
|
}
|
|
}
|
|
}
|