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
|
||||
image: chirpstack/chirpstack-rest-api:4
|
||||
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:
|
||||
- chirpstack
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user