modified: .devcontainer/devcontainer.json
Some checks failed
/ deploy-to-homesrv01 (push) Failing after 11s

modified:   casa.full-stack.code-workspace
This commit is contained in:
2025-09-28 22:42:50 +00:00
parent 0ec90a6381
commit 33aabc9e09
2 changed files with 5 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"source=${localWorkspaceFolder}/../homeAssistant,target=/workspaces/homeAssistant,type=bind",
"source=${localWorkspaceFolder}/../mosquitto,target=/workspaces/mosquitto,type=bind",
"source=${localWorkspaceFolder}/../kb,target=/workspaces/kb,type=bind",
"source=${localWorkspaceFolder}/../pi.bluetooth.speaker,target=/workspaces/pi.bluetooth.speaker,type=bind",
"source=${localWorkspaceFolder}/.env.d/kube,target=/home/vscode/.kube,type=bind",
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached",
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"

View File

@@ -17,6 +17,10 @@
{
"name": "kb",
"path": "../kb"
},
{
"name": "pi.bluetooth.speaker",
"path": "../pi.bluetooth.speaker"
},
// {
// "name": "kb/kb",