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:
@@ -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:
|
||||||
|
|||||||
1
docs/dashboards/geosmart_city_dashboard_2026-05-26.json
Normal file
1
docs/dashboards/geosmart_city_dashboard_2026-05-26.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user