update homeassistant compose files
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
b8d86f3c0d
commit
5f377d15e0
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
restart: unless-stopped
|
||||
privileged: true
|
||||
environment:
|
||||
- MATTER_SERVER_URL=http://172.16.201.21:5580
|
||||
- MATTER_SERVER_URL=http://172.16.201.202:5580
|
||||
- DOCKER_MODS=linuxserver/mods:homeassistant-hacs
|
||||
entrypoint: ["/init"]
|
||||
#entrypoint: ["/bin/sh", "-c", "/update_kwikset.sh && exec /entrypoint.sh"]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ services:
|
|||
volumes:
|
||||
- /docker/homeassistant/mosquitto/config:/mosquitto/config
|
||||
- /docker/homeassistant/mosquitto/data:/mosquitto/data
|
||||
- /docker/homeassistant/mosquitto:/mosquitto/log
|
||||
- /docker/homeassistant/mosquitto/log:/mosquitto/log
|
||||
networks:
|
||||
- mqtt_net
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ services:
|
|||
- mosquitto
|
||||
environment:
|
||||
- GOVEE_API_KEY=193f5757-c9c7-44f5-81d9-81ce45093d4f
|
||||
- GOVEE_MQTT_HOST=172.16.201.21
|
||||
- GOVEE_MQTT_HOST=172.16.201.202
|
||||
- GOVEE_MQTT_PORT=1883
|
||||
- GOVEE_MQTT_USER=connect
|
||||
- GOVEE_MQTT_PASSWORD=connect
|
||||
|
|
|
|||
Loading…
Reference in a new issue