Please follow the steps below to run this app in Docker.
First, package this project using Maven. Then, build the Docker image.
mvn clean package
docker build -t javanatic/springboot-redis-cache .
Start the required services (PostgreSQL, Redis and this app)
docker-compose up -d && docker-compose logs -f
docker-compose down