Docker compose starter included with Spring Boot allows us to describe all the dependent services for our spring boot app like the database, caching services etc and then docker compose downloads container images, starts, stops and wires those containers to our app automatically. In this video we will talk about Docker compose initially and then create a spring boot app from scratch and wire it to docker containers for postgres and redis using docker compose.
You can find the code for the demo at the following github url
https://github.com/chargeahead/docker...