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 @@ -100,6 +100,8 @@ services:
100100 - IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
101101 - IOTA_FALLBACK_TENANT=openiot
102102 - IOTA_MULTI_CORE=true
103+ - IOTA_AMQP_DISABLED=true
104+ - IOTA_MQTT_DISABLED=true
103105 healthcheck :
104106 interval : 30s
105107
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ services:
4747
4848 # IoT-Agent connects to the Orion-LD Broker
4949 iot-agent :
50+ depends_on :
51+ - orion
5052 environment :
5153 # - IOTA_DEFAULT_RESOURCE=/iot/d
5254 - 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 @@ -157,6 +157,8 @@ services:
157157 - CONTEXT_BROKER=http://stellio:${STELLIO_PORT}
158158 # IoT-Agent connects to the Stellio Broker
159159 iot-agent :
160+ depends_on :
161+ - api-gateway
160162 environment :
161163 - IOTA_DEFAULT_RESOURCE=/iot/d
162164 - IOTA_CB_HOST=stellio # name of the context broker to update context
You can’t perform that action at this time.
0 commit comments