DynamicDevices / ming-original

Balena.io/Docker-compose repo for a containerised #MING (Mosquitto, InfluxDB, NodeRed, Grafana) stack
33 stars 20 forks source link

Have a service variable for each container's mDNS #29

Open MatthewCroughan opened 4 years ago

MatthewCroughan commented 4 years ago

Each service should have a configurable mDNS hostname. For example, if the fleet variable MDNS = 1 and GRAFANA_MDNS_NAME = grafana then the grafana container should broadcast on grafana.local.

MatthewCroughan commented 4 years ago

Relates to #11

ajlennon commented 4 years ago

ok

MatthewCroughan commented 4 years ago

I'm working on this here too https://github.com/MatthewCroughan/octobalena/issues/3

So I'll implement it there first and then suggest changes here.