Skip to content

Commit 4398545

Browse files
committed
Update IoT Agent variables
1 parent 3bf7ab5 commit 4398545

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
@@ -29,6 +29,7 @@ services:
2929
hostname: iot-agent
3030
container_name: fiware-iot-agent
3131
depends_on:
32+
- orion-v2
3233
- mongo-db
3334
networks:
3435
- default
@@ -49,6 +50,9 @@ services:
4950
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
5051
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
5152
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
53+
- IOTA_MULTI_CORE=true
54+
- IOTA_AMQP_DISABLED=true
55+
- IOTA_MQTT_DISABLED=true
5256
healthcheck:
5357
interval: 5s
5458

0 commit comments

Comments
 (0)