Skip to content

Commit 6ad9971

Browse files
committed
Update IoT Agent configuration
1 parent db8c930 commit 6ad9971

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

docker-compose/common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ services:
180180
- IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
181181
- IOTA_FALLBACK_TENANT=openiot
182182
- IOTA_MULTI_CORE=true
183+
- IOTA_AMQP_DISABLED=true
184+
- IOTA_MQTT_DISABLED=true
183185
healthcheck:
184186
interval: 5s
185187

docker-compose/orion-ld.yml

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

4646
# IoT-Agent connects to the Orion-LD Broker
4747
iot-agent:
48+
depends_on:
49+
- orion
4850
environment:
4951
- IOTA_DEFAULT_RESOURCE=/iot/d
5052
- 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
@@ -150,6 +150,8 @@ services:
150150
start_period: 10s
151151
# IoT-Agent is configured for the JSON Protocol and connects to the Stellio Broker
152152
iot-agent:
153+
depends_on:
154+
- api-gateway
153155
environment:
154156
- IOTA_DEFAULT_RESOURCE=/iot/d
155157
- IOTA_CB_HOST=stellio # name of the context broker to update context

0 commit comments

Comments
 (0)