home assistant - Added timezone and removed docker host mode networking

This commit is contained in:
David Stephens 2019-10-13 23:23:37 +01:00
parent e6375411fe
commit c159e37279

View file

@ -14,8 +14,9 @@
- "{{ homeassistant_data_directory }}/config:/config:rw"
ports:
- "8123:8123"
network_mode: "host"
restart_policy: unless-stopped
env:
TZ: "{{ ansible_nas_timezone }}"
labels:
traefik.backend: "homeassistant"
traefik.frontend.rule: "Host:homeassistant.{{ ansible_nas_domain }}"