Skip to content

Docker container images to deploy django web with SSL certificate

Notifications You must be signed in to change notification settings

uzzal2k5/nginx-ssl-python3.5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run your django web before hit your browser with http or https

docker pull uzzal2k5/nginx-ssl-python3.5

or Follow the git to build your image from git project

Above command download docker container successfully . Run your container

docker run -it -p 80:80 -p 443:443 --name nginx_web -v ./docker-web/var/www/html:/var/www/html:ro -v ./docker-web/var/log/nginx:/var/log/nginx uzzal2k5/nginx-ssl-python3.5

After successfully run container enter into the container yousing exec command and run you django app using folloing command

python /var/www/html/nginx_web/manage.py runserver

Now you can hit your browser to browse your web.

About

Docker container images to deploy django web with SSL certificate

Resources

Stars

Watchers

Forks

Packages

No packages published