Skip to content

yuxiaorui/docker-django-rest-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yuxiaorui/docker-django-rest-framework

docker image for django (uwsgi) & nginx based off of mbentley/django-uwsgi-nginx

To pull this image: docker pull yuxiaorui/docker-django-rest-framework

Example usage: docker run -p 80 -d -e MODULE=myapp yuxiaorui/docker-django-rest-framework

You can mount the application volume to run a specific application. The default volume inside in the container is /opt/django/app. Here is an example: docker run -p 80 -d -e MODULE=myapp -v /home/mbentley/myapp:/opt/django/app yuxiaorui/docker-django-rest-framework

By default, this just runs a default 'welcome to django' project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages