homelab-codex-ws/hosts/chelsty/runtime/zigbee2mqtt/docker-compose.override.yml

14 lines
399 B
YAML
Raw Normal View History

2026-05-11 21:36:10 +02:00
services:
zigbee2mqtt:
volumes:
- ./configuration.yaml:/app/data/configuration.yaml:ro
environment:
- MQTT_USER=${MQTT_USER}
- MQTT_PASSWORD=${MQTT_PASSWORD}
# Healthcheck is already defined in base service, but we ensure compatibility
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
interval: 10s
timeout: 5s
retries: 3