prometheus-community / prometheus-playground

Turnkey sandbox projects demonstrating a wide variety of Prometheus use cases
Apache License 2.0
164 stars 24 forks source link

Use .env system for setting tags #11

Closed lucperkins closed 5 years ago

lucperkins commented 5 years ago

In PR #5 I created a system whereby all image tags are set in a Makefile.versions file in the project root. As in noted in issue #10, however, this make-centric approach is 100% broken on Windows. This PR changes the underlying system to use .env files, which are automatically detected by Docker Compose without any need for corresponding configuration changes.

Addresses #10