Reuse the Frigate integration devcontainer

This commit is contained in:
Felipe Santos
2022-06-17 03:45:11 +00:00
parent bae67d70b2
commit dd9a19d179
13 changed files with 95 additions and 56 deletions
+6 -7
View File
@@ -1,17 +1,16 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"image": "ghcr.io/ludeeus/devcontainer/generic:latest",
"forwardPorts": [5000, 8123],
"dockerComposeFile": "docker-compose.yml",
"service": "dev",
"workspaceFolder": "/workspace",
"shutdownAction": "stopCompose",
"portsAttributes": {
"5000": {
"5001": {
"label": "Rollup",
"onAutoForward": "silent"
},
"8123": {
"label": "Home Assistant",
"onAutoForward": "notify"
}
},
"initializeCommand": "git submodule update --init",
"postCreateCommand": "yarn install",
"extensions": [
"github.vscode-pull-request-github",