Skip to content

Commit

Permalink
Update Stellio
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Apr 25, 2024
1 parent df5401a commit fa34ad7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ SCORPIO_PORT=9090
SCORPIO_VERSION=4.1.15

# Stellio variables
STELLIO_DOCKER_TAG=2.12.1
STELLIO_DOCKER_TAG=2.12.3
STELLIO_PORT=8080
STELLIO_TIMESCALE_POSTGIS=14-2.11.1-3.3
STELLIO_TIMESCALE_POSTGIS=16-2.14.2-3.4

# Curl variables
CURL_VERSION=8.4.0
Expand Down
12 changes: 12 additions & 0 deletions docker-compose/stellio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ services:
- SPRING_R2DBC_USERNAME=stellio
- SPRING_R2DBC_PASSWORD=stellio_password
- APPLICATION_AUTHENTICATION_ENABLED=false
- APPLICATION_TENANTS_0_NAME=urn:ngsi-ld:tenant:default
- APPLICATION_TENANTS_0_ISSUER=https://sso.stellio.io/auth/realms/default
- APPLICATION_TENANTS_0_DBSCHEMA=public
- APPLICATION_TENANTS_1_NAME=openiot
- APPLICATION_TENANTS_1_ISSUER=https://sso.stellio.io/auth/realms/openiot
- APPLICATION_TENANTS_1_DBSCHEMA=openiot
ports:
- 8083:8083
restart: always
Expand All @@ -44,6 +50,12 @@ services:
- SPRING_R2DBC_USERNAME=stellio
- SPRING_R2DBC_PASSWORD=stellio_password
- APPLICATION_AUTHENTICATION_ENABLED=false
- APPLICATION_TENANTS_0_NAME=urn:ngsi-ld:tenant:default
- APPLICATION_TENANTS_0_ISSUER=https://sso.stellio.io/auth/realms/default
- APPLICATION_TENANTS_0_DBSCHEMA=public
- APPLICATION_TENANTS_1_NAME=openiot
- APPLICATION_TENANTS_1_ISSUER=https://sso.stellio.io/auth/realms/openiot
- APPLICATION_TENANTS_1_DBSCHEMA=openiot
ports:
- 8085:8084
restart: always
Expand Down

0 comments on commit fa34ad7

Please sign in to comment.