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 4b14f0b commit 6bd515cCopy full SHA for 6bd515c
docker-compose.yml
@@ -45,6 +45,7 @@ services:
45
hostname: iot-agent
46
container_name: fiware-iot-agent
47
depends_on:
48
+ - orion-v2
49
- mongo-db
50
networks:
51
- default
@@ -70,6 +71,9 @@ services:
70
71
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
72
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
73
- IOTA_DEFAULT_RESOURCE=/iot/json
74
+ - IOTA_MULTI_CORE=true
75
+ - IOTA_AMQP_DISABLED=true
76
+ - IOTA_MQTT_DISABLED=true
77
healthcheck:
78
interval: 5s
79
0 commit comments