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 8, 2024
1 parent 581ccd5 commit b1567d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EXPOSED_PORT=1026

# Orion variables
ORION_LD_PORT=1026
ORION_LD_VERSION=1.5.1
ORION_LD_VERSION=1.6.0-pre-1596

# Mintaka variables
MINTAKA_PORT=8080
Expand All @@ -17,7 +17,7 @@ SCORPIO_PORT=9090
SCORPIO_VERSION=4.1.11

# Stellio variables
STELLIO_DOCKER_TAG=2.10.2
STELLIO_DOCKER_TAG=2.12.1
STELLIO_PORT=8080
STELLIO_TIMESCALE_POSTGIS=14-2.11.1-3.3

Expand Down
1 change: 1 addition & 0 deletions docker-compose/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ services:
- IOTA_CB_NGSI_VERSION=ld # use NGSI-LD when sending updates for active attributes
- IOTA_JSON_LD_CONTEXT=http://context/ngsi-context.jsonld
- IOTA_FALLBACK_TENANT=openiot
- IOTA_MULTI_CORE=true
healthcheck:
interval: 30s

Expand Down
2 changes: 1 addition & 1 deletion docker-compose/orion-ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- ORIONLD_MONGO_HOST=mongo-db
- ORIONLD_MULTI_SERVICE=TRUE
- ORIONLD_DISABLE_FILE_LOG=TRUE
command: -dbhost mongo-db -logLevel ERROR -troePoolSize 10 -forwarding -experimental
command: -dbhost mongo-db -logLevel DEBUG -forwarding -experimental -wip entityMaps
healthcheck:
test: curl --fail -s http://orion:${ORION_LD_PORT}/version || exit 1
interval: 10s
Expand Down

0 comments on commit b1567d2

Please sign in to comment.