Skip to content

Commit c3b8008

Browse files
committed
Update IoT Agent configuration
1 parent 7f511e0 commit c3b8008

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

docker-compose/common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ services:
106106
- IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
107107
- IOTA_FALLBACK_TENANT=openiot
108108
- IOTA_MULTI_CORE=true
109+
- IOTA_AMQP_DISABLED=true
110+
- IOTA_MQTT_DISABLED=true
109111
healthcheck:
110112
interval: 10s
111113

docker-compose/orion-ld.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ services:
4545

4646
# IoT-Agent is configured for the JSON Protocol
4747
iot-agent:
48+
depends_on:
49+
- orion
4850
environment:
4951
- IOTA_DEFAULT_RESOURCE=/iot/json
5052
- IOTA_CB_HOST=orion # name of the context broker to update context

docker-compose/scorpio.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ services:
5959

6060
# IoT-Agent is configured for the JSON Protocol and connects to the Scorpio Broker
6161
iot-agent:
62+
depends_on:
63+
- scorpio
6264
environment:
6365
- IOTA_DEFAULT_RESOURCE=/iot/json
6466
- IOTA_CB_HOST=scorpio # name of the context broker to update context

docker-compose/stellio.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ services:
151151

152152
# IoT-Agent is configured for the JSON Protocol and connects to the Stellio Broker
153153
iot-agent:
154+
depends_on:
155+
- api-gateway
154156
environment:
155157
- IOTA_DEFAULT_RESOURCE=/iot/json
156158
- IOTA_CB_HOST=api-gateway # name of the context broker to update context

0 commit comments

Comments
 (0)