Skip to content

Commit af5c357

Browse files
committed
Update IoT Agent configuration
1 parent 33e0237 commit af5c357

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

docker-compose/common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ services:
108108
- IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
109109
- IOTA_FALLBACK_TENANT=openiot
110110
- IOTA_MULTI_CORE=true
111+
- IOTA_AMQP_DISABLED=true
112+
- IOTA_MQTT_DISABLED=true
111113
healthcheck:
112114
interval: 30s
113115

docker-compose/orion-ld.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ services:
4848

4949
# IoT-Agent connects to the Orion-LD Broker
5050
iot-agent:
51+
depends_on:
52+
- orion
5153
environment:
5254
#- IOTA_DEFAULT_RESOURCE=/iot/d
5355
- 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
@@ -72,6 +72,8 @@ services:
7272

7373
# IoT-Agent connects to the Scorpio Broker
7474
iot-agent:
75+
depends_on:
76+
- scorpio
7577
environment:
7678
- IOTA_DEFAULT_RESOURCE=/iot/d
7779
- IOTA_CB_HOST=scorpio # name of the context broker to update context

docker-compose/stellio.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ services:
158158

159159
# IoT-Agent connects to the Stellio Broker
160160
iot-agent:
161+
depends_on:
162+
- stellio
161163
environment:
162164
- IOTA_DEFAULT_RESOURCE=/iot/d
163165
- IOTA_CB_HOST=api-gateway # name of the context broker to update context

0 commit comments

Comments
 (0)