Posts Tagged ‘docker compose’
How to run a python django app in docker
Share this postShare on X (Twitter)Share on FacebookShare on PinterestShare on LinkedInShare on Email Django, described as the The web framework for perfectionists with deadlines is a high-level Python Web framework that encourages rapid development and clean design. In this post I will show you how to get Django up and running in a docker…
Read MoreHow to run a python app with docker compose
Share this postShare on X (Twitter)Share on FacebookShare on PinterestShare on LinkedInShare on Email How to run a python app with docker compose This post goes through the steps required to run a python flask app with docker compose and covers the following… Installing docker. Installing docker compose. Configuring components required to run the…
Read More