Skip to content

Commit

Permalink
Update Orion
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Sep 27, 2024
1 parent 01c256d commit 9a7cb71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=fiware

# Orion variables
ORION_PORT=1026
ORION_VERSION=3.5.1
ORION_VERSION=4.1.0

# MongoDB variables
MONGO_DB_PORT=27017
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
labels:
org.fiware: 'tutorial'
image: quay.io/fiware/orion:${ORION_VERSION}
hostname: orion
container_name: fiware-orion
depends_on:
- mongo-db
Expand Down

0 comments on commit 9a7cb71

Please sign in to comment.