mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
home assistant - Added timezone and removed docker host mode networking
This commit is contained in:
parent
e6375411fe
commit
c159e37279
1 changed files with 2 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue