Get the latest database backup file and name it remine_latest.sql and copy it into database/ directory inside the project directory.
Then run " docker-compose up " in the host machine wihtin the project directory
The first-run will take some time to migrate the database and to be ready for connection.
Redmine will be ready for connection at port 8080.
Databasae backup script is /script/automysqlbackup in the database container of dockerized redmine which if run, /backup directory of the same container stores the backed-up data.