Skip to content

Commit 2ae3311

Browse files
committed
Update Stellio
1 parent 0267523 commit 2ae3311

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ SCORPIO_PORT=9090
1111
SCORPIO_VERSION=4.1.15
1212

1313
# Stellio variables
14-
STELLIO_DOCKER_TAG=2.14.0
14+
STELLIO_DOCKER_TAG=2.15.1
1515
STELLIO_PORT=8080
16+
STELLIO_TIMESCALE_POSTGIS=16-2.14.2-3.4
1617

1718
# MongoDB variables
1819
MONGO_DB_PORT=27017

docker-compose/stellio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ services:
108108
postgres:
109109
labels:
110110
org.fiware: 'tutorial'
111-
image: stellio/stellio-timescale-postgis:14-2.9.1-3.3
111+
image: stellio/stellio-timescale-postgis:${STELLIO_TIMESCALE_POSTGIS}
112112
hostname: postgres
113113
container_name: db-postgres
114114
environment:

0 commit comments

Comments
 (0)