Try cookiecutter
This commit is contained in:
17
{{ cookiecutter.project_slug }}/test/docker-compose.yml
Normal file
17
{{ cookiecutter.project_slug }}/test/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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,target=/config/custom_components
|
||||
ports:
|
||||
- 8125:8123
|
||||
Reference in New Issue
Block a user