mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Revert "Move from ZHA to Deconz"
This reverts commit 00b29949ea47a4109dd01ef96710a690e5faee59.
This commit is contained in:
parent
a05c1b4188
commit
2f04b029ea
@ -5,6 +5,8 @@ services:
|
|||||||
image: homeassistant/home-assistant
|
image: homeassistant/home-assistant
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Helsinki
|
- TZ=Europe/Helsinki
|
||||||
|
devices:
|
||||||
|
- /dev/ttyACM0
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/homeautomation/home-assistant:/config
|
- /docker/homeautomation/home-assistant:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
@ -17,7 +19,6 @@ services:
|
|||||||
- "8123:8123"
|
- "8123:8123"
|
||||||
- "8300:8300"
|
- "8300:8300"
|
||||||
depends_on:
|
depends_on:
|
||||||
- deconz
|
|
||||||
- mosquitto
|
- mosquitto
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
@ -33,27 +34,6 @@ services:
|
|||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
- "traefik.http.services.home-assistant.loadbalancer.server.port=8123"
|
- "traefik.http.services.home-assistant.loadbalancer.server.port=8123"
|
||||||
|
|
||||||
deconz:
|
|
||||||
container_name: deconz
|
|
||||||
image: deconzcommunity/deconz
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/Helsinki
|
|
||||||
- DECONZ_WEB_PORT=8083
|
|
||||||
- DECONZ_WS_PORT=8084
|
|
||||||
- DECONZ_UPNP=0
|
|
||||||
- DECONZ_VNC_PORT=5901
|
|
||||||
- DECONZ_VNC_MODE=1
|
|
||||||
- DECONZ_VNC_PASSWORD=${DECONZ_VNC_PASSWORD}
|
|
||||||
- DEBUG_OTAU=1
|
|
||||||
network_mode: host
|
|
||||||
volumes:
|
|
||||||
- /docker/homeautomation/deconz/deconz:/opt/deCONZ
|
|
||||||
- /docker/homeautomation/deconz/otau:/root/otau
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
restart: unless-stopped
|
|
||||||
devices:
|
|
||||||
- /dev/ttyACM0
|
|
||||||
|
|
||||||
mosquitto:
|
mosquitto:
|
||||||
container_name: mosquitto
|
container_name: mosquitto
|
||||||
image: eclipse-mosquitto
|
image: eclipse-mosquitto
|
||||||
|
Loading…
Reference in New Issue
Block a user