This commit is contained in:
Richard Sperry 2025-04-15 18:36:44 -07:00
parent 28bfe8d444
commit 5bdd21edc0
2 changed files with 4 additions and 12 deletions

6
.gitignore vendored
View file

@ -1,5 +1,3 @@
.devcontainer/docker-compose.yml
todo.txt
.devcontainer
.vscode
.devcontainer/
.vscode/

View file

@ -21,25 +21,19 @@ homeassistant_api: true
map:
- type: addons
read_only: false
path: /WORKDIR/addons
- type: all_addon_configs
read_only: false
path: /WORKDIR/all_addon_configs
- type: backup
read_only: false
path: /WORKDIR/backup
- type: homeassistant_config
read_only: false
path: /WORKDIR/config
path: /config
- type: media
read_only: false
path: /WORKDIR/media
- type: share
read_only: false
path: /WORKDIR/share
- type:
- type: ssl
read_only: false
path: /WORKDIR/ssl
services:
- mysql:want
- mqtt:want