diff --git a/home-assistant/docker-compose.yaml b/home-assistant/docker-compose.yaml index 6a88633..39ec946 100644 --- a/home-assistant/docker-compose.yaml +++ b/home-assistant/docker-compose.yaml @@ -17,4 +17,13 @@ services: - TZ=Europe/Bratislava labels: com.centurylinklabs.watchtower.enable: true - restart: always \ No newline at end of file + restart: always + esphome: + container_name: esphome + image: esphome/esphome + volumes: + - /share/docker_data/esphome/config:/config + - /etc/localtime:/etc/localtime:ro + restart: always + privileged: true + network_mode: host \ No newline at end of file