This is a simple web application (index.html) with nginx reverse proxy and an e2e test. It has its own docker image, which is built, tested, pushed and deployed to production through github actions (the deployment to production is done by ansible behind the scenes). The devops flow diagram.
pip install -r requirements.txt
docker run -d -p 80:80 kaniuxxjd/nginx-test-app:latest
python3 test_nginx.py