Tuesday, April 30, 2019

Re: Django with Docker

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 <omer.ozsakarya@gmail.com>:
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.

No comments:

Post a Comment