Skip to content

Latest commit

 

History

History

docker-continuous-integration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Build Robust Continuous Integration With Docker and Friends

Supporting materials for the Real Python tutorial Build Robust Continuous Integration With Docker and Friends.

Running

To start the application in the background, run the following command:

$ docker compose up -d

Then, navigate your web browser to http://localhost, and keep refreshing the page to update the number of page views.

Testing

You can run the end-to-end tests by enabling another service using a special profile and then browse the logs:

$ docker compose --profile testing up -d
$ docker compose logs test-service