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
- Host: GitHub
- URL: https://github.com/vildan-valeev/django-docker-ssl
- Owner: vildan-valeev
- Created: 2021-03-28T17:40:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T10:06:51.000Z (over 3 years ago)
- Last Synced: 2025-01-19T09:09:48.450Z (5 months ago)
- Topics: django, docker, https, ngingx, ssl
- Language: HTML
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`