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 b8b310b commit d48bec9Copy full SHA for d48bec9
docker-compose.yml
@@ -52,6 +52,7 @@ services:
52
hostname: iot-agent
53
container_name: fiware-iot-agent
54
depends_on:
55
+ - orion-v2
56
- mongo-db
57
- mosquitto
58
networks:
@@ -77,6 +78,8 @@ services:
77
78
- IOTA_DEFAULT_RESOURCE= # Default is blank. I'm using MQTT so I don't need a resource
79
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
80
- IOTA_DEFAULT_TRANSPORT=MQTT
81
+ - IOTA_MULTI_CORE=true
82
+ - IOTA_AMQP_DISABLED=true
83
healthcheck:
84
interval: 5s
85
0 commit comments