WIP: Dockerfile update + Grafana dashboard JSON + InfluxDB population script

This commit is contained in:
Eric FELIXINE
2026-05-04 18:54:22 -04:00
parent 1d12a0b370
commit c69ecb5a48
3 changed files with 78 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.12-slim
WORKDIR /app
RUN pip install --no-cache-dir paho-mqtt requests
RUN pip install --no-cache-dir paho-mqtt requests influxdb-client
COPY simulator.py /app/
EXPOSE 8081
# Healthcheck endpoint (simple HTTP server)