Deploy Django with Docker on Amazon Elastic Beanstalk

I have a conceptual question here: I am looking to deploy a Django application on an Elastic Beanstalk (which I have successfully done previously) using Docker (which I have not succeeded yet). I know that the Elastic Beanstalk image created with Docker uses Ngnix, with which I already deployed Django, but I lost it a bit by doing this on the Elastic Beanstalk. I used Amazon documentation and successfully deployed a Dockerfile to use elastic beanstalk using my code, but I still need this to happen on my own. Has anyone been successful with this? Can someone point me in the right direction to find out how to accomplish this particular task? Thanks you

+5
source share
1 answer

Good, that's why StackOverflow is in pain in posting this answer (it seems that all fragments of the configuration do not like it). So here is a link to Github https://github.com/AndrewSmiley/django-docker-eb . Basically, README is a post that I tried to add here to StackOverflow, but to no avail.

+2
source

All Articles