Supporting materials for the Real Python tutorial Build Robust Continuous Integration With Docker and Friends.
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.
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