Session 2026-05-17: GeoServer, PostGIS dédié, MapStore, ChirpStack
- GeoServer: workspace Digitribe + Data Store PostGIS dédié - PostGIS dédié: conteneur postgis-smartcity (PostGIS 3.4) - Couche sensors: 55 capteurs IoT importés depuis OpenRemote - MapStore: GeoServer WMS ajouté au CORS - ChirpStack: credentials réinitialisés (admin/admin1234) - BunkerM: DNS corrigé (underscores → hyphens) - Ditto: config MongoDB et auth devops - Documentation: session_resume + TODO.md
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
- ENABLE_EMQX=1
|
||||
- ENABLE_MOSQUITTO=1
|
||||
- ENABLE_BUNKER=1
|
||||
- BUNKERM_HOST=bunkerm_bunkerm_1
|
||||
- BUNKERM_HOST=bunkerm-bunkerm-1
|
||||
- BUNKERM_PORT=1900
|
||||
# Context Brokers (DESACTIVE - tout passe par les IoT Agents via MQTT)
|
||||
- ENABLE_ORION=false
|
||||
@@ -57,6 +57,25 @@ services:
|
||||
labels:
|
||||
- "traefik.enable=false"
|
||||
|
||||
# GeoJSON Proxy — serves OpenRemote IoT sensor assets as GeoJSON for map display
|
||||
geojson-proxy:
|
||||
build: ./geojson-proxy
|
||||
container_name: smart-city-geojson-proxy
|
||||
networks:
|
||||
- smartcity-shared
|
||||
- traefik-public
|
||||
environment:
|
||||
- OR_URL=http://openremote_manager_1:8080
|
||||
- OR_ADMIN_USER=admin
|
||||
- OR_ADMIN_PASS=Digitribe972
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.geojson-proxy.rule=Host(`geojson-proxy.digitribe.fr`)"
|
||||
- "traefik.http.routers.geojson-proxy.entrypoints=websecure"
|
||||
- "traefik.http.routers.geojson-proxy.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.services.geojson-proxy.loadbalancer.server.port=8080"
|
||||
restart: unless-stopped
|
||||
|
||||
# IoT Agent BunkerM - traduce les msgs MQTT bunker/bunker vers Orion-LD
|
||||
iot-agent-bunkerm:
|
||||
image: fiware/iotagent-json:latest
|
||||
|
||||
Reference in New Issue
Block a user