WIP: Dockerfile update + Grafana dashboard JSON + InfluxDB population script
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user