From 9a7cb714084721f327aa3af445529dcc9e5375ba Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Fri, 27 Sep 2024 23:57:51 +0200 Subject: [PATCH] Update Orion --- .env | 2 +- docker-compose.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 6149883..5473a06 100644 --- a/.env +++ b/.env @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 65cd327..f35b1cf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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