Remove esphome

This commit is contained in:
Marko Korhonen 2023-11-16 09:44:43 +02:00
parent 455a008f06
commit ad3d734adc
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -13,13 +13,6 @@ ports = ["8123:8123", "8300:8300"]
extra_hosts = ["host.docker.internal:host-gateway"]
depends_on = ["mosquitto"]
[services.esphome]
container_name = "esphome"
image = "esphome/esphome"
volumes = ["/docker/homeautomation/esphome:/config"]
restart = "unless-stopped"
network_mode = "host"
[services.mosquitto]
container_name = "mosquitto"
image = "eclipse-mosquitto"