We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919c668 commit 091cdcdCopy full SHA for 091cdcd
docker-compose.yml
@@ -110,6 +110,9 @@ services:
110
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
111
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
112
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
113
+ - IOTA_MULTI_CORE=true
114
+ - IOTA_AMQP_DISABLED=true
115
+ - IOTA_MQTT_DISABLED=true
116
healthcheck:
117
interval: 5s
118
0 commit comments