We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0267523 commit 2ae3311Copy full SHA for 2ae3311
2 files changed
.env
@@ -11,8 +11,9 @@ SCORPIO_PORT=9090
11
SCORPIO_VERSION=4.1.15
12
13
# Stellio variables
14
-STELLIO_DOCKER_TAG=2.14.0
+STELLIO_DOCKER_TAG=2.15.1
15
STELLIO_PORT=8080
16
+STELLIO_TIMESCALE_POSTGIS=16-2.14.2-3.4
17
18
# MongoDB variables
19
MONGO_DB_PORT=27017
docker-compose/stellio.yml
@@ -108,7 +108,7 @@ services:
108
postgres:
109
labels:
110
org.fiware: 'tutorial'
111
- image: stellio/stellio-timescale-postgis:14-2.9.1-3.3
+ image: stellio/stellio-timescale-postgis:${STELLIO_TIMESCALE_POSTGIS}
112
hostname: postgres
113
container_name: db-postgres
114
environment:
0 commit comments