Home Assistant to network mode
This commit is contained in:
parent
c009c6e30e
commit
d0a670796c
2 changed files with 5 additions and 5 deletions
|
@ -43,8 +43,7 @@
|
|||
|
||||
@hassi host hassi.{$DOMAIN}
|
||||
handle @hassi {
|
||||
# reverse_proxy homeassistant:8123
|
||||
reverse_proxy {host}:8123
|
||||
reverse_proxy homeassistant:8123
|
||||
}
|
||||
|
||||
@zigbee2mqtt host zigbee2mqtt.{$DOMAIN}
|
||||
|
|
|
@ -8,11 +8,13 @@ services:
|
|||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
#network_mode: host
|
||||
networks:
|
||||
- web
|
||||
- smarthome
|
||||
labels:
|
||||
- "docker.group=smartHome"
|
||||
|
||||
|
||||
mqttbroker:
|
||||
image: eclipse-mosquitto:${MOSQUITTO_VERSION}
|
||||
restart: unless-stopped
|
||||
|
@ -28,7 +30,6 @@ services:
|
|||
labels:
|
||||
- "docker.group=smartHome"
|
||||
|
||||
|
||||
zigbee2mqtt:
|
||||
restart: unless-stopped
|
||||
image: koenkk/zigbee2mqtt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue