Part 2: Daily Development with Docker Compose
This part will take us through more advanced concepts of Docker Compose. We shall set up databases for daily usage using Compose. Then, using Docker, networking microservices will communicate with each other. We will run entire stacks locally on Compose and simulate production environments. Lastly, we shall enhance our CI/CD jobs using Docker Compose.
The following chapters will be covered under this section:
- Chapter 5, Connecting Microservices
- Chapter 6, Monitoring Services with Prometheus
- Chapter 7, Combining Compose Files
- Chapter 8, Simulating Production Locally
- Chapter 9, Creating Advanced CI/CD Tasks