Session 2026-05-06: QuantumLeap+CrateDB, Telegraf debug, MapStore GeoServer fix

This commit is contained in:
Eric FELIXINE
2026-05-06 13:23:58 -04:00
parent b73b02f39d
commit 0ba25ef1a8
25 changed files with 688227 additions and 62 deletions

View File

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