Hi Omer, I deploy using the latest version of the 3.7 python docker image. Then we add all of the requirements into the docker container - without a virtual environment. Because the docker image will only run the django application, there is no need for creating a virtual environment. If I need another application I create another docker image.
Hope this answers your questions. Regards, Andréas Den mån 29 apr. 2019 kl 17:19 skrev Omer Ozsakarya <[email protected] >: > Hello all, > > How are you deploying your Django applications with Docker? > 1- Which packages, libraries are you writing into docker compose file? > 2- Are you also using a virtual environment with docker? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CACGWYAFpn4XxxGjvAKkKsPi_YjYYzdzY17zrs1%3DfGKCAKMm1fA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CACGWYAFpn4XxxGjvAKkKsPi_YjYYzdzY17zrs1%3DfGKCAKMm1fA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK4qSCcbQc8U1yk0dAtXDM5fBrojem9E526tUcXVC5KGojD6jw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

