Flask web application with nginx reverse proxy server.
docker-compose build
Run the following command if you want to see everything in the console about the running applications.
docker-compose up
Run containers in background and print container IDs.
docker-compose up -d