Directory sync needs to be able to launch at specific times of day, and in order to do this in a predictable way, the timezone used inside the Docker container should be the same as the host. To do this, two files need to be mounted from the host. One file contains information about the time zone, the other file contains the file zone name.
There were problems with the passing of environment variables from
bbmri.conf to the Directory synce container:
* The Directory password variable was misspellt.
* Some useful variables were missing.
Additionally, a delay was added before launching Directory sync,
to give Blaze time to start up.