06. [20p] Working with Docker Compose

Subtasks
  1. write the entire configuration from exercise 1 in a Docker Compose file called docker-compose.yml
  2. deploy the configuration from the docker-compose.yml file using docker-compose -f docker-compose.yml up
  3. use Postman and Adminer to verify that everything works just as before
  4. stop all the containers using docker-compose -f docker-compose.yml down
  5. remove the remaining volume