Skip to content

Commit 9d4c6fb

Browse files
committed
Update IoT Agent variables
1 parent d705fbe commit 9d4c6fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ services:
6666
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
6767
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
6868
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
69+
- IOTA_MULTI_CORE=true
70+
- IOTA_AMQP_DISABLED=true
71+
- IOTA_MQTT_DISABLED=true
6972
healthcheck:
7073
interval: 5s
7174

0 commit comments

Comments
 (0)