File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments