Add ESPHome
This commit is contained in:
parent
c89715c52b
commit
681d591176
1 changed files with 7 additions and 0 deletions
|
@ -25,3 +25,10 @@ services:
|
|||
- ./influxdb:/var/lib/influxdb
|
||||
environment:
|
||||
- INFLUXDB_DB=home_assistant
|
||||
|
||||
esphome:
|
||||
image: esphome/esphome:latest
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./esphome:/config
|
||||
|
|
Loading…
Reference in a new issue