File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,6 +180,8 @@ services:
180180 - IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
181181 - IOTA_FALLBACK_TENANT=openiot
182182 - IOTA_MULTI_CORE=true
183+ - IOTA_AMQP_DISABLED=true
184+ - IOTA_MQTT_DISABLED=true
183185 healthcheck :
184186 interval : 5s
185187
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ services:
4545
4646 # IoT-Agent connects to the Orion-LD Broker
4747 iot-agent :
48+ depends_on :
49+ - orion
4850 environment :
4951 - IOTA_DEFAULT_RESOURCE=/iot/d
5052 - IOTA_CB_HOST=orion # name of the context broker to update context
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ services:
5959
6060 # IoT-Agent connects to the Scorpio Broker
6161 iot-agent :
62+ depends_on :
63+ - scorpio
6264 environment :
6365 - IOTA_DEFAULT_RESOURCE=/iot/d
6466 - IOTA_CB_HOST=scorpio # name of the context broker to update context
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ services:
150150 start_period : 10s
151151 # IoT-Agent is configured for the JSON Protocol and connects to the Stellio Broker
152152 iot-agent :
153+ depends_on :
154+ - api-gateway
153155 environment :
154156 - IOTA_DEFAULT_RESOURCE=/iot/d
155157 - IOTA_CB_HOST=stellio # name of the context broker to update context
You can’t perform that action at this time.
0 commit comments