Add host connection to home automation docker stack

This commit is contained in:
Marko Korhonen 2022-04-10 13:15:17 +03:00
parent 1cc2a0fec8
commit 97e082b1fa

View file

@ -12,6 +12,7 @@ volumes = [
restart = "unless-stopped"
networks = ["homeautomation", "postgres", "proxy"]
ports = ["8123:8123", "8300:8300"]
extra_hosts = ["host.docker.internal:host-gateway"]
depends_on = ["mosquitto"]
labels = [
"traefik.enable=true",