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 @@ -108,6 +108,8 @@ services:
108108 - IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
109109 - IOTA_FALLBACK_TENANT=openiot
110110 - IOTA_MULTI_CORE=true
111+ - IOTA_AMQP_DISABLED=true
112+ - IOTA_MQTT_DISABLED=true
111113 healthcheck :
112114 interval : 30s
113115
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ services:
4848
4949 # IoT-Agent connects to the Orion-LD Broker
5050 iot-agent :
51+ depends_on :
52+ - orion
5153 environment :
5254 # - IOTA_DEFAULT_RESOURCE=/iot/d
5355 - IOTA_CB_HOST=orion # name of the context broker to update context
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ services:
7272
7373 # IoT-Agent connects to the Scorpio Broker
7474 iot-agent :
75+ depends_on :
76+ - scorpio
7577 environment :
7678 - IOTA_DEFAULT_RESOURCE=/iot/d
7779 - IOTA_CB_HOST=scorpio # name of the context broker to update context
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ services:
158158
159159 # IoT-Agent connects to the Stellio Broker
160160 iot-agent :
161+ depends_on :
162+ - stellio
161163 environment :
162164 - IOTA_DEFAULT_RESOURCE=/iot/d
163165 - 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