We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63246fd commit 8675470Copy full SHA for 8675470
docker-compose.yml
@@ -67,6 +67,9 @@ services:
67
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
68
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
69
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
70
+ - IOTA_MULTI_CORE=true
71
+ - IOTA_AMQP_DISABLED=true
72
+ - IOTA_MQTT_DISABLED=true
73
healthcheck:
74
interval: 5s
75
0 commit comments