db.createUser({user: "oploguser", pwd: "password", roles: [{role: "read", db: "local"}, {role: "clusterMonitor", db: "admin"}]}).
db.createUser({user: "rocket", pwd: "password", roles: [{role: "readWrite", db: "rocketchat"}, {role: "clusterMonitor", db: "admin"}]}).
INSTANCE_IP
env with the local IP of the docker-host (in a 3 node setup this is unique on every host).443
or 3000
(depends on the choice above).