mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
28bfe8d444
commit
5bdd21edc0
2 changed files with 4 additions and 12 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,5 +1,3 @@
|
|||
.devcontainer/docker-compose.yml
|
||||
todo.txt
|
||||
.devcontainer
|
||||
.vscode
|
||||
|
||||
.devcontainer/
|
||||
.vscode/
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue