Skip to content

Commit 3820989

Browse files
committed
Update IoT Agent variables
1 parent dd94cb3 commit 3820989

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
@@ -66,6 +66,7 @@ services:
6666
hostname: iot-agent
6767
container_name: fiware-iot-agent
6868
depends_on:
69+
- orion-v2
6970
- mongo-db
7071
networks:
7172
- default
@@ -86,6 +87,9 @@ services:
8687
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
8788
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
8889
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
90+
- IOTA_MULTI_CORE=true
91+
- IOTA_AMQP_DISABLED=true
92+
- IOTA_MQTT_DISABLED=true
8993
healthcheck:
9094
interval: 5s
9195

0 commit comments

Comments
 (0)