Skip to content

Commit 5f4d633

Browse files
committed
Update IoT Agent configuration
1 parent 0e64a44 commit 5f4d633

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
@@ -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
@@ -47,6 +47,8 @@ services:
4747

4848
# IoT-Agent connects to the Orion-LD Broker
4949
iot-agent:
50+
depends_on:
51+
- orion
5052
environment:
5153
#- IOTA_DEFAULT_RESOURCE=/iot/d
5254
- 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
@@ -59,6 +59,8 @@ services:
5959

6060
# IoT-Agent connects to the Scorpio Broker
6161
iot-agent:
62+
depends_on:
63+
- scorpio
6264
environment:
6365
- IOTA_DEFAULT_RESOURCE=/iot/d
6466
- 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
@@ -157,6 +157,8 @@ services:
157157
- CONTEXT_BROKER=http://stellio:${STELLIO_PORT}
158158
# IoT-Agent connects to the Stellio Broker
159159
iot-agent:
160+
depends_on:
161+
- api-gateway
160162
environment:
161163
- IOTA_DEFAULT_RESOURCE=/iot/d
162164
- IOTA_CB_HOST=stellio # name of the context broker to update context

0 commit comments

Comments
 (0)