From 6e89965db40bd1d6efdec6af999985e1e3866c24 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 8 Aug 2024 16:45:50 +0200 Subject: [PATCH] Update Stellio --- .env | 3 ++- docker-compose/stellio.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 00c6974..fc9224b 100644 --- a/.env +++ b/.env @@ -11,8 +11,9 @@ SCORPIO_PORT=9090 SCORPIO_VERSION=4.1.15 # Stellio variables -STELLIO_DOCKER_TAG=2.14.0 +STELLIO_DOCKER_TAG=2.15.1 STELLIO_PORT=8080 +STELLIO_TIMESCALE_POSTGIS=16-2.14.2-3.4 # MongoDB variables MONGO_DB_PORT=27017 diff --git a/docker-compose/stellio.yml b/docker-compose/stellio.yml index b834e97..fbeaffa 100644 --- a/docker-compose/stellio.yml +++ b/docker-compose/stellio.yml @@ -108,7 +108,7 @@ services: postgres: labels: org.fiware: 'tutorial' - image: stellio/stellio-timescale-postgis:14-2.9.1-3.3 + image: stellio/stellio-timescale-postgis:${STELLIO_TIMESCALE_POSTGIS} hostname: postgres container_name: db-postgres environment: