Skip to content

Commit 121501b

Browse files
committed
Define context
1 parent ba63c4a commit 121501b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose/common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ services:
8080
- "DEBUG=tutorial:*"
8181
- "WEB_APP_PORT=${TUTORIAL_APP_PORT}" # Port used by the content provider proxy and web-app for viewing data
8282
- "NGSI_VERSION=ngsi-ld"
83+
- "IOTA_JSON_LD_CONTEXT=http://context/ngsi-context.jsonld"
8384
- "CONTEXT_BROKER=http://orion:${ORION_LD_PORT}/ngsi-ld/v1" # URL of the context broker to update context
8485
- "DEVICE_BROKER=http://devices:${ORION_EDGE_PORT}/v2" # URL of the device's context broker to update context
8586
- "NGSI_LD_PREFIX=urn:ngsi-ld:"

0 commit comments

Comments
 (0)