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
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
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
|
- DOCKER_MODS=linuxserver/mods:homeassistant-hacs
|
||||||
entrypoint: ["/init"]
|
entrypoint: ["/init"]
|
||||||
#entrypoint: ["/bin/sh", "-c", "/update_kwikset.sh && exec /entrypoint.sh"]
|
#entrypoint: ["/bin/sh", "-c", "/update_kwikset.sh && exec /entrypoint.sh"]
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/homeassistant/mosquitto/config:/mosquitto/config
|
- /docker/homeassistant/mosquitto/config:/mosquitto/config
|
||||||
- /docker/homeassistant/mosquitto/data:/mosquitto/data
|
- /docker/homeassistant/mosquitto/data:/mosquitto/data
|
||||||
- /docker/homeassistant/mosquitto:/mosquitto/log
|
- /docker/homeassistant/mosquitto/log:/mosquitto/log
|
||||||
networks:
|
networks:
|
||||||
- mqtt_net
|
- mqtt_net
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ services:
|
||||||
- mosquitto
|
- mosquitto
|
||||||
environment:
|
environment:
|
||||||
- GOVEE_API_KEY=193f5757-c9c7-44f5-81d9-81ce45093d4f
|
- 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_PORT=1883
|
||||||
- GOVEE_MQTT_USER=connect
|
- GOVEE_MQTT_USER=connect
|
||||||
- GOVEE_MQTT_PASSWORD=connect
|
- GOVEE_MQTT_PASSWORD=connect
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue