An open API service indexing awesome lists of open source software.

https://github.com/vildan-valeev/django-docker-ssl

Template for dockerizing django project with ssl cert (https) and nginx
https://github.com/vildan-valeev/django-docker-ssl

django docker https ngingx ssl

Last synced: 3 months ago
JSON representation

Template for dockerizing django project with ssl cert (https) and nginx

Awesome Lists containing this project

README

        

# docker-django-ssl

Template for dockerizing django project with ssl cert (https).

Before RUN, you need to replace site.ru and email in init-ssl.sh and settings.py

`chmod +x init-letsencrypt.sh`

`./init-letsencrypt.sh`

`docker-compose up --build`