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 30, 2024
1 parent c487e0e commit 284009d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#
version: "3.8"
services:
# Orion is the context broker
orion:
# Orion is an NGSI-v2 context broker
orion-v2:
labels:
org.fiware: 'tutorial'
image: quay.io/fiware/orion:${ORION_VERSION}
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
container_name: fiware-tutorial
depends_on:
- keyrock
- orion
- orion-v2
networks:
default:
ipv4_address: 172.18.1.7
Expand Down

0 comments on commit 284009d

Please sign in to comment.