mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +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
|
todo.txt
|
||||||
.devcontainer
|
.devcontainer/
|
||||||
.vscode
|
.vscode/
|
||||||
|
|
|
@ -21,25 +21,19 @@ homeassistant_api: true
|
||||||
map:
|
map:
|
||||||
- type: addons
|
- type: addons
|
||||||
read_only: false
|
read_only: false
|
||||||
path: /WORKDIR/addons
|
|
||||||
- type: all_addon_configs
|
- type: all_addon_configs
|
||||||
read_only: false
|
read_only: false
|
||||||
path: /WORKDIR/all_addon_configs
|
|
||||||
- type: backup
|
- type: backup
|
||||||
read_only: false
|
read_only: false
|
||||||
path: /WORKDIR/backup
|
|
||||||
- type: homeassistant_config
|
- type: homeassistant_config
|
||||||
read_only: false
|
read_only: false
|
||||||
path: /WORKDIR/config
|
path: /config
|
||||||
- type: media
|
- type: media
|
||||||
read_only: false
|
read_only: false
|
||||||
path: /WORKDIR/media
|
|
||||||
- type: share
|
- type: share
|
||||||
read_only: false
|
read_only: false
|
||||||
path: /WORKDIR/share
|
- type: ssl
|
||||||
- type:
|
|
||||||
read_only: false
|
read_only: false
|
||||||
path: /WORKDIR/ssl
|
|
||||||
services:
|
services:
|
||||||
- mysql:want
|
- mysql:want
|
||||||
- mqtt:want
|
- mqtt:want
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue