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:
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 @@ -47,6 +47,8 @@ services:
47
47
48
48
# IoT-Agent connects to the Orion-LD Broker
49
49
iot-agent :
50
+ depends_on :
51
+ - orion
50
52
environment :
51
53
# - IOTA_DEFAULT_RESOURCE=/iot/d
52
54
- 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:
59
59
60
60
# IoT-Agent connects to the Scorpio Broker
61
61
iot-agent :
62
+ depends_on :
63
+ - scorpio
62
64
environment :
63
65
- IOTA_DEFAULT_RESOURCE=/iot/d
64
66
- 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:
157
157
- CONTEXT_BROKER=http://stellio:${STELLIO_PORT}
158
158
# IoT-Agent connects to the Stellio Broker
159
159
iot-agent :
160
+ depends_on :
161
+ - api-gateway
160
162
environment :
161
163
- IOTA_DEFAULT_RESOURCE=/iot/d
162
164
- IOTA_CB_HOST=stellio # name of the context broker to update context
You can’t perform that action at this time.
0 commit comments