Skip to content

Commit 6bd515c

Browse files
committed
Update IoT Agent variables
1 parent 4b14f0b commit 6bd515c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ services:
4545
hostname: iot-agent
4646
container_name: fiware-iot-agent
4747
depends_on:
48+
- orion-v2
4849
- mongo-db
4950
networks:
5051
- default
@@ -70,6 +71,9 @@ services:
7071
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
7172
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
7273
- IOTA_DEFAULT_RESOURCE=/iot/json
74+
- IOTA_MULTI_CORE=true
75+
- IOTA_AMQP_DISABLED=true
76+
- IOTA_MQTT_DISABLED=true
7377
healthcheck:
7478
interval: 5s
7579

0 commit comments

Comments
 (0)