Skip to content

Commit dad9013

Browse files
committed
Update IoT Agent configuration
1 parent 0676ab1 commit dad9013

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docker-compose/common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docker-compose/orion-ld.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docker-compose/scorpio.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)