Add GeoMap dashboard + ChirpStack REST API config

- Grafana GeoMap dashboard (PostGIS + InfluxDB) for real-time sensor visualization
- Dashboard accessible at: https://grafana.digitribe.fr/d/geosmart-city-2026/smart-city-geomap-temps-reel
- PostGIS datasource added (user: grafana, network: smartcity-shared)
- InfluxDB-SmartCity-Correct datasource configured
- ChirpStack REST API: added --cors-origins flag
This commit is contained in:
Eric FELIXINE
2026-05-26 13:14:01 -04:00
parent 7df2f6798f
commit 7643d88ffb
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ services:
container_name: smart-city-chirpstack-rest-api container_name: smart-city-chirpstack-rest-api
image: chirpstack/chirpstack-rest-api:4 image: chirpstack/chirpstack-rest-api:4
restart: unless-stopped restart: unless-stopped
command: --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure command: --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure --cors-origins="*"
depends_on: depends_on:
- chirpstack - chirpstack
labels: labels:

File diff suppressed because one or more lines are too long