Session 2026-05-13: Nettoyage infra, BunkerM+Traefik, agentLink→REST, ChirpStack

- Nettoyage: suppression conteneurs TTS, anciens Chirpstack, exited/excess
- BunkerM recréé et ajouté à traefik-public (mosquitto2.digitribe.fr)
- Config Traefik mise à jour: 3 fichiers mosquitto2 → bunkerm-bunkerm-1
- AgentLink MQTT désactivé sur 25 assets (master+smartcity)
- REST OpenRemote activé dans simulateur (location GeoJSONPoint incluse)
- ChirpStack: nouveau docker-compose (postgres, redis, mosquitto, chirpstack)
- Session state documenté dans SESSION_STATE_2026-05-13.md
This commit is contained in:
Eric FELIXINE
2026-05-13 08:03:27 -04:00
parent 5fde1a2c8d
commit 15e9851b9f
11 changed files with 1439 additions and 36 deletions

View File

@@ -3,12 +3,13 @@
[postgresql]
dsn="postgres://chirpstack:chirpstack@postgres/chirpstack?sslmode=disable"
max_open_connections=10
min_idle_connections=0
[redis]
url="redis://redis:6379"
[mqtt]
server="tcp://mosquitto:1883"
servers=["redis://redis:6379/"]
tls_enabled=false
cluster=false
[network]
net_id="000000"
@@ -16,11 +17,10 @@
[api]
bind="0.0.0.0:8080"
secret="you-must-change-this-secret-value"
secret="you-must-replace-this"
[gateway]
client_cert_lifetime="90d"
[monitoring]
# Prometheus metrics
prometheus_bind="0.0.0.0:9090"
[integration]
enabled=["mqtt"]
[integration.mqtt]
server="tcp://mosquitto:1883/"
json=true