Skip to content

Commit 7aa70b3

Browse files
committed
Update IoT Agent variables
1 parent b6a7ba6 commit 7aa70b3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docker-compose/northport-wilma.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docker-compose/orion-wilma.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docker-compose/southport-wilma.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)