Password authentication is achieved through running a custom redis-server command to require the "password"
password.
docker-compose exec --user root db /bin/bash
docker-compose exec --user root db redis-cli
Password: password
While inside the shell, run the following:
AUTH "password"