From e34e4dc696e400ae5453241fe24274b76fe09031 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Mon, 8 Apr 2024 15:06:53 +0200 Subject: [PATCH] Update Stellio --- .env | 2 +- docker-compose/common.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index e2ee47f..1222da0 100644 --- a/.env +++ b/.env @@ -15,7 +15,7 @@ SCORPIO_PORT=9090 SCORPIO_VERSION=4.1.15 # Stellio variables -STELLIO_DOCKER_TAG=2.10.2 +STELLIO_DOCKER_TAG=2.12.1 STELLIO_PORT=8080 STELLIO_TIMESCALE_POSTGIS=14-2.11.1-3.3 diff --git a/docker-compose/common.yml b/docker-compose/common.yml index a9fb3c6..e027c24 100644 --- a/docker-compose/common.yml +++ b/docker-compose/common.yml @@ -122,6 +122,7 @@ services: - IOTA_CB_NGSI_VERSION=ld # use NGSI-LD when sending updates for active attributes - IOTA_JSON_LD_CONTEXT=http://context/ngsi-context.jsonld - IOTA_FALLBACK_TENANT=openiot + - IOTA_MULTI_CORE=true healthcheck: interval: 5s