EnigmaCurry / d.rymcg.tech

A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance
MIT License
46 stars 8 forks source link

Add ability to install cadvisor node exporter without prometheus or grafana #254

Open mcmikemn opened 1 week ago

mcmikemn commented 1 week ago

It would be nice if you could optionally install cadvisor and/or node exporter, without prometheus or grafana, so you could use d.ry to install them on additional servers.

EnigmaCurry commented 1 week ago

I think you can, just by editing

https://github.com/EnigmaCurry/d.rymcg.tech/blob/4cefdfce260804e2839fe92fdf314db99553b66d/prometheus/.env-dist#L22

and remove default.

mcmikemn commented 1 week ago

Oh! I never knew what docker profiles were. It would still be nice (and easy-ish) to have a Make target customize that for you.