Do It Yourself - Exercise

A docker-compose exercise to test all you have learnt to far

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 Python code. You only have to ...