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:
100
100
- IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
101
101
- IOTA_FALLBACK_TENANT=openiot
102
102
- IOTA_MULTI_CORE=true
103
+ - IOTA_AMQP_DISABLED=true
104
+ - IOTA_MQTT_DISABLED=true
103
105
healthcheck :
104
106
interval : 30s
105
107
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ services:
38
38
39
39
# IoT-Agent connects to the Orion-LD Broker
40
40
iot-agent :
41
+ depends_on :
42
+ - orion
41
43
environment :
42
44
# - IOTA_DEFAULT_RESOURCE=/iot/d
43
45
- 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:
53
53
54
54
# IoT-Agent connects to the Scorpio Broker
55
55
iot-agent :
56
+ depends_on :
57
+ - scorpio
56
58
environment :
57
59
# - IOTA_DEFAULT_RESOURCE=/iot/d
58
60
- IOTA_CB_HOST=scorpio # name of the context broker to update context
You can’t perform that action at this time.
0 commit comments