mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-16 21:27:44 +00:00
Add ESPhome
This commit is contained in:
parent
090db6aa30
commit
93e6086b3b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user