File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ services:
46
46
hostname : iot-agent
47
47
container_name : fiware-iot-agent
48
48
depends_on :
49
+ - orion-v2
49
50
- mongo-db
50
51
networks :
51
52
- default
@@ -66,6 +67,9 @@ services:
66
67
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
67
68
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
68
69
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
70
+ - IOTA_MULTI_CORE=true
71
+ - IOTA_AMQP_DISABLED=true
72
+ - IOTA_MQTT_DISABLED=true
69
73
healthcheck :
70
74
interval : 5s
71
75
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ services:
48
48
depends_on :
49
49
- mongo-db
50
50
networks :
51
- - default
51
+ - orion-v2
52
+ - mongo-db
52
53
ports :
53
54
- " ${IOTA_NORTH_PORT}:${IOTA_NORTH_PORT}" # localhost:4041
54
55
- " ${IOTA_SOUTH_PORT}:${IOTA_SOUTH_PORT}" # localhost:7896
@@ -66,6 +67,9 @@ services:
66
67
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
67
68
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
68
69
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
70
+ - IOTA_MULTI_CORE=true
71
+ - IOTA_AMQP_DISABLED=true
72
+ - IOTA_MQTT_DISABLED=true
69
73
healthcheck :
70
74
interval : 5s
71
75
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ services:
46
46
hostname : iot-agent
47
47
container_name : fiware-iot-agent
48
48
depends_on :
49
+ - orion-v2
49
50
- mongo-db
50
51
networks :
51
52
- default
@@ -66,6 +67,9 @@ services:
66
67
- IOTA_MONGO_DB=iotagentul # The name of the database used in mongoDB
67
68
- IOTA_HTTP_PORT=${IOTA_SOUTH_PORT} # The port used for device traffic over HTTP
68
69
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
70
+ - IOTA_MULTI_CORE=true
71
+ - IOTA_AMQP_DISABLED=true
72
+ - IOTA_MQTT_DISABLED=true
69
73
healthcheck :
70
74
interval : 5s
71
75
You can’t perform that action at this time.
0 commit comments