Skip to content

Commit

Permalink
Update Orion and MongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 29, 2024
1 parent e108b5b commit 5ad2549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose/orion-ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
#
version: '3.9'
services:
# Orion is the context broker
orion:
# Orion-LD is an NGSI-LD context broker
orion-ld:
labels:
org.fiware: 'tutorial'
image: quay.io/fiware/orion-ld:${ORION_LD_VERSION}
hostname: orion
container_name: fiware-orion
container_name: fiware-orion-ld
depends_on:
- mongo-db
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/scorpio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
version: '3.9'
services:
# Scorpio is the context broker
# Scorpio is an NGSI-LD context broker
scorpio:
labels:
org.fiware: 'tutorial'
Expand Down

0 comments on commit 5ad2549

Please sign in to comment.