File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-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 @@ -38,6 +38,8 @@ services:
3838
3939 # IoT-Agent connects to the Orion-LD Broker
4040 iot-agent :
41+ depends_on :
42+ - orion
4143 environment :
4244 # - IOTA_DEFAULT_RESOURCE=/iot/d
4345 - IOTA_CB_HOST=orion # name of the context broker to update context
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ services:
5353
5454 # IoT-Agent connects to the Scorpio Broker
5555 iot-agent :
56+ depends_on :
57+ - scorpio
5658 environment :
5759 # - IOTA_DEFAULT_RESOURCE=/iot/d
5860 - IOTA_CB_HOST=scorpio # name of the context broker to update context
You can’t perform that action at this time.
0 commit comments