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 @@ -85,6 +85,8 @@ services:
8585 - IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
8686 - IOTA_FALLBACK_TENANT=openiot
8787 - IOTA_MULTI_CORE=true
88+ - IOTA_AMQP_DISABLED=true
89+ - IOTA_MQTT_DISABLED=true
8890 healthcheck :
8991 interval : 30s
9092
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ services:
3939
4040 # IoT-Agent connects to the Orion-LD Broker
4141 iot-agent :
42+ depends_on :
43+ - orion
4244 environment :
4345 # - IOTA_DEFAULT_RESOURCE=/iot/d
4446 - IOTA_CB_HOST=orion # name of the context broker to update context
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ services:
5252
5353 # IoT-Agent connects to the Scorpio Broker
5454 iot-agent :
55+ depends_on :
56+ - scorpio
5557 environment :
5658 - IOTA_DEFAULT_RESOURCE=/iot/d
5759 - IOTA_CB_HOST=scorpio # name of the context broker to update context
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ services:
126126 start_period : 10s
127127 # IoT-Agent connects to the Stellio Broker
128128 iot-agent :
129+ depends_on :
130+ - api-gateway
129131 environment :
130132 - IOTA_DEFAULT_RESOURCE=/iot/d
131133 - 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