docs: Final session resume 2026-05-06 - 3 IoT Agents, Orion-LD, Stellio next steps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user