Skip to content

Commit

Permalink
Update service.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
S474N authored Jan 9, 2025
1 parent c83b149 commit a46ff2c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .templates/zigbee2mqtt/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ zigbee2mqtt:
image: koenkk/zigbee2mqtt:latest
environment:
- TZ=${TZ:-Etc/UTC}
#- ZIGBEE2MQTT_CONFIG_MQTT_SERVER=mqtt://mosquitto:1883
#- ZIGBEE2MQTT_CONFIG_FRONTEND=true
#- ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_SYMLINK_CURRENT=true
- ZIGBEE2MQTT_CONFIG_SERIAL_PORT=/dev/ttyACM0
- ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER=zstack
- ZIGBEE2MQTT_CONFIG_MQTT_SERVER=mqtt://mosquitto:1883
# only enable the next line for Zigbee2MQTT v1
# - ZIGBEE2MQTT_CONFIG_FRONTEND=true
- ZIGBEE2MQTT_CONFIG_FRONTEND_ENABLED=true
- ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_SYMLINK_CURRENT=true
# - DEBUG=zigbee-herdsman*
ports:
- "8080:8080"
Expand All @@ -16,4 +20,3 @@ zigbee2mqtt:
restart: unless-stopped
depends_on:
- mosquitto

0 comments on commit a46ff2c

Please sign in to comment.