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:
108
108
- IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
109
109
- IOTA_FALLBACK_TENANT=openiot
110
110
- IOTA_MULTI_CORE=true
111
+ - IOTA_AMQP_DISABLED=true
112
+ - IOTA_MQTT_DISABLED=true
111
113
healthcheck :
112
114
interval : 30s
113
115
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ services:
48
48
49
49
# IoT-Agent connects to the Orion-LD Broker
50
50
iot-agent :
51
+ depends_on :
52
+ - orion
51
53
environment :
52
54
# - IOTA_DEFAULT_RESOURCE=/iot/d
53
55
- 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:
72
72
73
73
# IoT-Agent connects to the Scorpio Broker
74
74
iot-agent :
75
+ depends_on :
76
+ - scorpio
75
77
environment :
76
78
- IOTA_DEFAULT_RESOURCE=/iot/d
77
79
- 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:
158
158
159
159
# IoT-Agent connects to the Stellio Broker
160
160
iot-agent :
161
+ depends_on :
162
+ - stellio
161
163
environment :
162
164
- IOTA_DEFAULT_RESOURCE=/iot/d
163
165
- 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