Switch to devcontainer:@

This commit is contained in:
Felipe Santos
2024-09-12 13:52:56 +00:00
parent 22de42b5a8
commit 49924fc801
3 changed files with 6 additions and 20 deletions
+1 -4
View File
@@ -1,15 +1,12 @@
---
services:
dev:
init: true
build:
context: .
dockerfile: .devcontainer/Dockerfile
network_mode: host
env_file:
- .env
volumes:
- /var/run/docker.sock:/var/run/docker-host.sock
- /var/run/docker.sock:/var/run/docker.sock
- .:${LOCAL_WORKSPACE_FOLDER}:cached
hass:
extends: