From a7eb5630dee117b0a87377181d3e61ad0c5983a5 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 8 Aug 2024 16:45:39 +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 693790a..06799c4 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 095d17a..f772fb2 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: