We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd94cb3 commit 3820989Copy full SHA for 3820989
docker-compose.yml
@@ -66,6 +66,7 @@ services:
66
hostname: iot-agent
67
container_name: fiware-iot-agent
68
depends_on:
69
+ - orion-v2
70
- mongo-db
71
networks:
72
- default
@@ -86,6 +87,9 @@ services:
86
87
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
88
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
89
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
90
+ - IOTA_MULTI_CORE=true
91
+ - IOTA_AMQP_DISABLED=true
92
+ - IOTA_MQTT_DISABLED=true
93
healthcheck:
94
interval: 5s
95
0 commit comments