docker-mailman
docker-mailman copied to clipboard
Enable check for database reachability
The hack to make sure that the database is available before trying to make connection to it doesn't work sometimes. Especially when there are characters that bash treats as special and thus doesn't work.
Fix the bash script and also add an option to disable the check, in case there are other means to make that work using orchestration framework.
Readiness checks/Health checks.