docs: Final session resume 2026-05-06 - 3 IoT Agents, Orion-LD, Stellio next steps

This commit is contained in:
Eric FELIXINE
2026-05-06 17:30:28 -04:00
parent 4667d8873c
commit 3df9f914fa
3 changed files with 201 additions and 121 deletions

View File

@@ -1,23 +1,19 @@
# Orion-LD Context Broker for Smart City Digital Twin
# Orion Context Broker - Using existing MongoDB
# Usage: docker compose -f docker-compose.yml -f docker-compose.orion-ld.yml up -d
version: '3.8'
services:
orion-ld:
image: quay.io/fiware/orion-ld:latest
image: fiware/orion-ld:latest
container_name: smart-city-orion-ld
restart: unless-stopped
networks:
- smartcity-shared
- traefik-public
ports:
- "1026:1026"
environment:
- ORION_PORT=1026
- ORIONLD_MONGO_HOST=smart-city-mongodb
- ORIONLD_MONGO_PORT=27017
command: orionld -fg -multiservice -dbhost smart-city-mongodb -dbport 27017
smartcity-shared:
aliases:
- orion-ld
- smart-city-orion-ld
traefik-public:
command: -dbhost smart-city-mongodb -db orion
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:1026/version || exit 1"]
interval: 30s