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