SciFiFarms / TechnoCore

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

Create library for shared utility functions #33

Closed TheHackmeister closed 4 years ago

TheHackmeister commented 5 years ago

I made utilities/clean.sh get all of it's tasks from docker-compose.yml. See: https://github.com/SciFiFarms/TechnoCore/commit/d6ac1112890ac9eb75597922d495f0100f1276bc. This worked well and I'd like to implement the same thing for the other scripts in the utilities folder.

We may be able to set labels or envs in the docker-compose.yml file that direct an abstracted version of what was implemented above.

It might be nice to have a way to operate on only one service. Would like to be able to dev-setup just the docs service for example.

TheHackmeister commented 4 years ago

This has been mostly addressed in the refactor branch. Closing.