* fix a bug of using article as table name in the reminders query
* fix test
* increase timeout value
* increase timeout value to 50000
* add import mocha
* add import mocha for label test
* add import mocha for every test
* fix test in deleting labels
* add timeout for each label test
* one more test
* fix reminders router by allowing sendrid template id to be null
* do not retry if reminders not found
- Run on port 9090 so we don't conflict with other services
- Route the docker-compose requests to the host network
- Dont require preview bucket information on startup
This takes out some environment variables that are not needed
for new users testing out locally.
We also adjusted the port usage so docker-compose will use the
same ports that local dev typically uses.