2024-04-09 23:12:58 +00:00
|
|
|
// 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": "Sonarr",
|
2024-05-01 15:25:43 +00:00
|
|
|
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0",
|
2024-04-09 23:12:58 +00:00
|
|
|
"features": {
|
|
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
|
|
"nodeGypDependencies": true,
|
2024-05-01 15:25:43 +00:00
|
|
|
"version": "20",
|
2024-04-09 23:12:58 +00:00
|
|
|
"nvmVersion": "latest"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"forwardPorts": [8989],
|
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": ["esbenp.prettier-vscode"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|