chore: Revamp devcontainer (#2021)

Depends on
https://github.com/blakeblackshear/frigate-hass-integration/pull/884.
This commit is contained in:
Felipe Santos
2025-05-21 20:32:47 -07:00
committed by GitHub
parent e1e80e2cc8
commit b9a3527954
14 changed files with 27 additions and 128 deletions
+3 -3
View File
@@ -8,12 +8,12 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker-host.sock
- .:${LOCAL_WORKSPACE_FOLDER}:cached
hass:
homeassistant:
extends:
file: .devcontainer/frigate-hass-integration/docker-compose.yml
service: hass
service: homeassistant
volumes:
- .devcontainer/preconfig:/preconfig.d/02-card:ro
- .devcontainer/homeassistant_preconfig:/preconfig.d/02-card:ro
frigate:
extends:
file: .devcontainer/frigate-hass-integration/docker-compose.yml