Skip to content

Commit d48bec9

Browse files
committed
Update IoT Agent variables
1 parent b8b310b commit d48bec9

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
@@ -52,6 +52,7 @@ services:
5252
hostname: iot-agent
5353
container_name: fiware-iot-agent
5454
depends_on:
55+
- orion-v2
5556
- mongo-db
5657
- mosquitto
5758
networks:
@@ -77,6 +78,8 @@ services:
7778
- IOTA_DEFAULT_RESOURCE= # Default is blank. I'm using MQTT so I don't need a resource
7879
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
7980
- IOTA_DEFAULT_TRANSPORT=MQTT
81+
- IOTA_MULTI_CORE=true
82+
- IOTA_AMQP_DISABLED=true
8083
healthcheck:
8184
interval: 5s
8285

0 commit comments

Comments
 (0)