1
0
Fork 0
No description
Find a file
Andrew Tomaka 188fc49a77
Pin mosquitto to 1.6.14
Mosquitto 2.0 adds a breaking change where port will be bound to the
loopback device. This makes integration with docker difficult (requiring
an additional config file).  Since this is on a private network, we'll
just resolve by pinning to an older reelase.
2021-04-22 12:39:25 -04:00
.env.sample Migrate to Traefik 2020-10-17 00:45:42 -04:00
.gitignore Initial commit 2017-07-05 21:35:10 -04:00
docker-compose.yml Pin mosquitto to 1.6.14 2021-04-22 12:39:25 -04:00
duckdns.env.sample Migrate to Traefik 2020-10-17 00:45:42 -04:00
Makefile Migrate to Traefik 2020-10-17 00:45:42 -04:00
README.md Leave a note about Home Assistant 2020-10-17 11:27:29 -04:00
traefik.env.sample Migrate to Traefik 2020-10-17 00:45:42 -04:00

Notes

Traefik Proxy into HA

  • Host network mode is issue.
  • Trusting correct network for proxy is difficult