We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf7ab5 commit 4398545Copy full SHA for 4398545
docker-compose.yml
@@ -29,6 +29,7 @@ services:
29
hostname: iot-agent
30
container_name: fiware-iot-agent
31
depends_on:
32
+ - orion-v2
33
- mongo-db
34
networks:
35
- default
@@ -49,6 +50,9 @@ services:
49
50
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
51
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
52
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
53
+ - IOTA_MULTI_CORE=true
54
+ - IOTA_AMQP_DISABLED=true
55
+ - IOTA_MQTT_DISABLED=true
56
healthcheck:
57
interval: 5s
58
0 commit comments