Skip to content

Commit

Permalink
Update Stellio
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 8, 2024
1 parent 491009d commit 6e89965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/stellio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e89965

Please sign in to comment.