This repository holds our homework for DevOps Engineering course, Fall 2021.
Here we present a simple Python web application that displays the current time in Moscow. The application was written in Flask and hosted on a WSGI server using Gunicorn. See our followed best practices for Python and Docker.
Our application is available through a Docker container at khaledismaeel/app_python
. To run the image execute
$ docker run --publish 8000:8000 khaledismaeel/app_python