- Fix MOSQUITTO_HOST (wrong container name) - Fix EMQX_PORT (1885 external -> 1883 internal) - Fix telegraf MQTT topics (city/sensors/#) - Fix BunkerM dynsec JSON - Add kepler.yml Traefik config - Update monitoring script
18 lines
485 B
YAML
18 lines
485 B
YAML
# Redpanda → InfluxDB Consumer
|
|
# DÉSACTIVÉ — Redpanda broker non démarré
|
|
# Usage: docker compose -f docker-compose.redpanda-consumer.yml up -d
|
|
|
|
services:
|
|
redpanda-consumer:
|
|
image: python:3.11-slim
|
|
container_name: smart-city-redpanda-consumer
|
|
restart: "no"
|
|
command: >
|
|
sh -c "echo 'Redpanda consumer désactivé — Redpanda broker non démarré' && sleep infinity"
|
|
networks:
|
|
- smartcity-shared
|
|
|
|
networks:
|
|
smartcity-shared:
|
|
external: true
|