SciFiFarms / TechnoCore

TechnoCore: an IoT stack powered by Docker Swarm
GNU General Public License v3.0
20 stars 1 forks source link

Convert services to use application name #42

Closed TheHackmeister closed 4 years ago

TheHackmeister commented 5 years ago

I was experimenting calling it the health service, but I think it ultimately makes more sense to call it the prometheus service. Need to update the code to reflect that. Similarly for mqtt -> vernemq, and logs -> loki.

Instead, the service should have a network alias for the generic thing it is providing.

TheHackmeister commented 4 years ago

This approach no longer makes sense. In order to attach networks, secrets, and envs to mqtt for example, the service actually has to be called mqtt and should be left that way.