Update readme

This commit is contained in:
2020-10-24 23:17:09 +02:00
parent 7d17efd961
commit b1e64c3b93
7 changed files with 19 additions and 11 deletions

View File

@@ -23,6 +23,8 @@ lovelace:
frontend:
themes:
red:
primary-color: red
test:
card-mod-theme: test
card-mod-more-info-yaml: |
@@ -33,8 +35,7 @@ frontend:
tts:
- platform: google_translate
base_url: http://localhost:5001
base_url: !env_var OUT_ADDR
script:
cm_debug:

View File

@@ -52,6 +52,8 @@ services:
volumes: *x-files
ports:
- "5001:8123"
environment:
OUT_ADDR: "http://${DOCKER_GATEWAY_HOST:-localhost}:5001"
command: *x-command
dev: