Add ESPhome

This commit is contained in:
Marko Korhonen 2022-02-01 16:42:52 +02:00
parent 090db6aa30
commit 93e6086b3b

View file

@ -32,6 +32,14 @@ services:
- "traefik.docker.network=proxy"
- "traefik.http.services.home-assistant.loadbalancer.server.port=8123"
esphome:
container_name: esphome
image: esphome/esphome
volumes:
- /docker/homeautomation/esphome:/config
restart: unless-stopped
network_mode: host
mosquitto:
container_name: mosquitto
image: eclipse-mosquitto