Do It Yourself - Exercise
Explore how to create and troubleshoot a docker-compose.yml file to automate the deployment of two services. Learn to connect services using Docker Compose, apply your knowledge of Docker architecture, and solve real-world container orchestration problems through hands-on practice.
We'll cover the following...
We'll cover the following...
Problem statement
In this exercise, you will write a docker-compose.yml file to automate the deployment of two services. A skeleton will be provided and you have to join the services and make it work.
The app will be similar to what we have built in this section so you don’t have to deal with the ...