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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user