tcivie / meshtastic-metrics-exporter

Meshtastic MQTT exporter to Prometheus and Grafana (Dashboards included)
GNU General Public License v3.0
16 stars 1 forks source link

Update Dockerfile.exporter #38

Closed typicalaimster closed 1 month ago

typicalaimster commented 1 month ago

Redid the docker file for the exporter to cutdown on some of the overhead. The original container size was roughly 1.12GB where this cuts it down to about 306MB. Helps to cut down on space used on space limited devices (Raspberry Pi CM4's).

image

typicalaimster commented 1 month ago

Looks like it's stuck on CodeQL check?

tcivie commented 1 month ago

Looks like it's stuck on CodeQL check?

Yeah, it happens rarely. Usually committing empty comit would re-trigger it and it would pass. I have disabled the checks for 1 minute and turned them on again to solve this quickly.

Thanks for the change by the way 👍🏻