feat(lorawan): démarrage ChirpStack et The Things Stack

- ChirpStack opérationnel (port 8080/8090, gateway bridge UDP 1700)
- The Things Stack opérationnel (port 1885/1884, gateway UDP 1701)
- Fichages de configuration créés
- Docker-compose corrigés (réseaux smartcity-shared)
- Désactivation agentLink sur 35 assets du simulateur
- Correction _or_put: suppression If-Match header (403)
- realm smartcity identifié pour les assets du simulateur
This commit is contained in:
Eric FELIXINE
2026-05-12 17:34:53 -04:00
parent a05e13c30c
commit 5fde1a2c8d
9 changed files with 129 additions and 40 deletions

View File

@@ -33,9 +33,7 @@ services:
- "traefik.http.services.chirpstack.loadbalancer.server.port=8080"
networks:
- traefik-public
- chirpstack-internal
- smartcity-shared
chirpstack-gateway-bridge:
image: chirpstack/chirpstack-gateway-bridge:4
restart: unless-stopped
@@ -50,8 +48,7 @@ services:
depends_on:
- mosquitto
networks:
- chirpstack-internal
- smartcity-shared
chirpstack-gateway-bridge-basicstation:
image: chirpstack/chirpstack-gateway-bridge:4
restart: unless-stopped
@@ -68,8 +65,7 @@ services:
- mosquitto
networks:
- traefik-public
- chirpstack-internal
- smartcity-shared
chirpstack-rest-api:
image: chirpstack/chirpstack-rest-api:4
restart: unless-stopped
@@ -84,8 +80,7 @@ services:
- chirpstack
networks:
- traefik-public
- chirpstack-internal
- smartcity-shared
postgres:
image: postgres:14-alpine
restart: unless-stopped
@@ -97,8 +92,7 @@ services:
- POSTGRES_PASSWORD=chirpstack
- POSTGRES_DB=chirpstack
networks:
- chirpstack-internal
- smartcity-shared
redis:
image: redis:7-alpine
restart: unless-stopped
@@ -106,8 +100,7 @@ services:
volumes:
- chirpstack-redisdata:/data
networks:
- chirpstack-internal
- smartcity-shared
mosquitto:
image: eclipse-mosquitto:2
restart: unless-stopped
@@ -116,9 +109,7 @@ services:
- chirpstack-mosquitto-data:/mosquitto/data
- chirpstack-mosquitto-log:/mosquitto/log
networks:
- chirpstack-internal
- smartcity-shared
volumes:
chirpstack-postgresqldata:
chirpstack-redisdata:
@@ -130,5 +121,3 @@ networks:
external: true
smartcity-shared:
external: true
chirpstack-internal:
driver: bridge