Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 489 Bytes

docker-django-nginx

https://hub.docker.com/r/prismaticd/django-nginx/

  • Using latest python 3 as base image
    • tag 3 for python 3 latest (same as :latest)
    • [deprecated] tag 3.6 for python 3.6
    • tag 3.7 for python 3.7
    • tag 3.8 for python 3.8
    • tag 3.9 for python 3.9
    • [deprecated] tag pypy3 for pypy3
  • Latest backport openssl
  • Gettext installed for Django translations
  • Latest stable nginx with port 80 and 443 exposed
  • libev-dev installed
  • python-dev and mysql-dev