Skip to content

Commit 7745dc4

Browse files
committed
Update IoT Agent configuration
1 parent 8f47a70 commit 7745dc4

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
@@ -85,6 +85,8 @@ services:
8585
- IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
8686
- IOTA_FALLBACK_TENANT=openiot
8787
- IOTA_MULTI_CORE=true
88+
- IOTA_AMQP_DISABLED=true
89+
- IOTA_MQTT_DISABLED=true
8890
healthcheck:
8991
interval: 30s
9092

docker-compose/orion-ld.yml

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

4040
# IoT-Agent connects to the Orion-LD Broker
4141
iot-agent:
42+
depends_on:
43+
- orion
4244
environment:
4345
#- IOTA_DEFAULT_RESOURCE=/iot/d
4446
- 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
@@ -52,6 +52,8 @@ services:
5252

5353
# IoT-Agent connects to the Scorpio Broker
5454
iot-agent:
55+
depends_on:
56+
- scorpio
5557
environment:
5658
- IOTA_DEFAULT_RESOURCE=/iot/d
5759
- 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
@@ -126,6 +126,8 @@ services:
126126
start_period: 10s
127127
# IoT-Agent connects to the Stellio Broker
128128
iot-agent:
129+
depends_on:
130+
- api-gateway
129131
environment:
130132
- IOTA_DEFAULT_RESOURCE=/iot/d
131133
- IOTA_CB_HOST=api-gateway # name of the context broker to update context

0 commit comments

Comments
 (0)