Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 687 Bytes

File metadata and controls

22 lines (14 loc) · 687 Bytes

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