Create users from settings rather than hardcoded test ones
Created by: rjg21
If METEOR_SETTINGS environment var object has an accounts key then when the container starts the users in this list will be created (or password updated if they already exist.)
Each needs email, password, name and roles list.
Required for uisautomation/lecture-capture-backend#19