18 lines
412 B
YAML
18 lines
412 B
YAML
version: "3.0"
|
|
|
|
services:
|
|
test:
|
|
image: thomasloven/hass-custom-devcontainer
|
|
environment:
|
|
- HASS_USERNAME
|
|
- HASS_PASSWORD
|
|
- LOVELACE_LOCAL_FILES
|
|
- LOVELACE_PLUGINS
|
|
volumes:
|
|
- ./configuration.yaml:/config/configuration.yaml:ro
|
|
- .:/config/test:ro
|
|
- ..:/config/www/workspace
|
|
- ../custom_components:/config/custom_components
|
|
ports:
|
|
- 8125:8123
|