File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ services:
7777 - IOTA_AUTH_CLIENT_SECRET=tutorial-dckr-host-0000-clientsecret
7878 - IOTA_AUTH_PERMANENT_TOKEN=true
7979 - IOTA_AUTH_TOKEN_PATH=/oauth2/token
80+ - IOTA_MULTI_CORE=true
81+ - IOTA_AMQP_DISABLED=true
82+ - IOTA_MQTT_DISABLED=true
8083
8184 healthcheck :
8285 interval : 5s
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ services:
6767 - IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
6868 - IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
6969 - IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
70+ - IOTA_MULTI_CORE=true
71+ - IOTA_AMQP_DISABLED=true
72+ - IOTA_MQTT_DISABLED=true
7073 healthcheck :
7174 interval : 15s
7275
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ services:
6767 - IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
6868 - IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
6969 - IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
70+ - IOTA_MULTI_CORE=true
71+ - IOTA_AMQP_DISABLED=true
72+ - IOTA_MQTT_DISABLED=true
7073 healthcheck :
7174 interval : 5s
7275
You can’t perform that action at this time.
0 commit comments