How would one use volumes if containers are to initiated after git merge/push ? (CI/CD setup).
Regards Vineet Daniel Cell : +918527565696 Websites : Blog <http://vineetdaniel.blogspot.com> | Linkedin <http://in.linkedin.com/in/vineetdaniel> | Twitter <https://twitter.com/vineetdaniel> On Thu, Oct 10, 2019 at 10:13 PM Nick Sarbicki <[email protected]> wrote: > Don't use git inside the container, this is not the standard way of doing > things. > > Docker has its own guide for using django with compose. This works fine > for a single server setup: https://docs.docker.com/compose/django/ > > - Nick > > > On Thu, Oct 10, 2019 at 5:09 PM vineet daniel <[email protected]> > wrote: > >> Use git to clone the code within the container to fetch latest copy of >> code. >> >> On Thu, 10 Oct 2019, 20:59 balogun tobi, <[email protected]> wrote: >> >>> How does one deploy an already developed django app using Docker? >>> >>> -- >>> 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 view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/da969e88-ccdc-4cac-9a37-6096b3704de1%40googlegroups.com >>> <https://groups.google.com/d/msgid/django-users/da969e88-ccdc-4cac-9a37-6096b3704de1%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> 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 view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAJPbAW9mQwb4%2BLOuS0-3c0W0pW3Dt_GQfMhZ%3D_ZBw%2BvnLVxuhA%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAJPbAW9mQwb4%2BLOuS0-3c0W0pW3Dt_GQfMhZ%3D_ZBw%2BvnLVxuhA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAGuvt903iPdjT%3DNu4iHun%2BkJ-O8EtH-AN7TOmhto7oShqYKsDQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAGuvt903iPdjT%3DNu4iHun%2BkJ-O8EtH-AN7TOmhto7oShqYKsDQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJPbAW9Zd9g%2BZ6hga7AHKfBRUkMy%3DQ%3DHK7SZKYGcLyx2ACxRKg%40mail.gmail.com.

