Welcome, I hope you can use all the examples that are here. They were create to help everyone to create a good software
To run this project using only docker, you can create your own Dockerfile or you can use the one that is provided feel free.
In case you decide the one that was provided, here are some tips:
docker build -t app-apartment102 .
docker run -p 8080:8080 app-apartment102
To run this project with observability
docker compose -f docker-compose.yml -p apt102 up -d
docker compose -f docker-compose.yml -p apt102 down --remove-orphans