WIP: Switch to NixOS #5
1 changed files with 0 additions and 7 deletions
|
@ -13,13 +13,6 @@ ports = ["8123:8123", "8300:8300"]
|
||||||
extra_hosts = ["host.docker.internal:host-gateway"]
|
extra_hosts = ["host.docker.internal:host-gateway"]
|
||||||
depends_on = ["mosquitto"]
|
depends_on = ["mosquitto"]
|
||||||
|
|
||||||
[services.esphome]
|
|
||||||
container_name = "esphome"
|
|
||||||
image = "esphome/esphome"
|
|
||||||
volumes = ["/docker/homeautomation/esphome:/config"]
|
|
||||||
restart = "unless-stopped"
|
|
||||||
network_mode = "host"
|
|
||||||
|
|
||||||
[services.mosquitto]
|
[services.mosquitto]
|
||||||
container_name = "mosquitto"
|
container_name = "mosquitto"
|
||||||
image = "eclipse-mosquitto"
|
image = "eclipse-mosquitto"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue