All Projects → stefins → dockerizing-django

stefins / dockerizing-django

Licence: Unlicense license
🐳 Dockerize your Django application.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to dockerizing-django

Ssl exporter
Exports Prometheus metrics for SSL certificates
Stars: ✭ 211 (+681.48%)
Mutual labels:  certificate, ssl-certificate
Mirror
Deploy Google and Wikipedia mirror with one command using now.sh.
Stars: ✭ 93 (+244.44%)
Mutual labels:  certificate, ssl-certificate
letsencrypt-fast
The fastest way to test/generate/renew Let's Encrypt SSL certificates!!! Requires root access and a live webserver to run the script at.
Stars: ✭ 25 (-7.41%)
Mutual labels:  certificate, ssl-certificate
Pem
Create private keys and certificates with node.js
Stars: ✭ 496 (+1737.04%)
Mutual labels:  certificate, ssl-certificate
Getssl
obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
Stars: ✭ 1,687 (+6148.15%)
Mutual labels:  certificate, ssl-certificate
Openssl Nodejs
is a package which gives you a possibility to run every OpenSSL command 🔒 in Node.js in a handy way. Moreover, parameters like -in, -keyin, -config and etc can be replaced by a raw data (Buffor).
Stars: ✭ 25 (-7.41%)
Mutual labels:  certificate, ssl-certificate
django-yadpt-starter
Yet Another Django Project Template skeleton for Django projects
Stars: ✭ 28 (+3.7%)
Mutual labels:  certificate, ssl-certificate
Cert
Cert is the Go tool to get TLS certificate information.
Stars: ✭ 166 (+514.81%)
Mutual labels:  certificate, ssl-certificate
Gke Managed Certs
Managed Certificates for Kubernetes clusters using GCLB
Stars: ✭ 214 (+692.59%)
Mutual labels:  certificate, ssl-certificate
proofable-image
Build trust into your image by creating a blockchain certificate for it
Stars: ✭ 17 (-37.04%)
Mutual labels:  certificate
fortify
Fortify enables web applications to use smart cards, local certificate stores and do certificate enrollment. This is the desktop application repository.
Stars: ✭ 88 (+225.93%)
Mutual labels:  certificate
ssl-date-checker
Nodejs Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
Stars: ✭ 21 (-22.22%)
Mutual labels:  certificate
allsafe
Intentionally vulnerable Android application.
Stars: ✭ 135 (+400%)
Mutual labels:  certificate
wile
Stripped down letsencrypt (ACME) client
Stars: ✭ 15 (-44.44%)
Mutual labels:  certificate
laravel-lets-encrypt
Let's Encrypt wrapper for Laravel
Stars: ✭ 112 (+314.81%)
Mutual labels:  ssl-certificate
CompTIA-Security-
No description or website provided.
Stars: ✭ 19 (-29.63%)
Mutual labels:  certificate
E-learning-Django-
edurekanet.herokuapp.com/
Stars: ✭ 68 (+151.85%)
Mutual labels:  certificate
Intranet-Lets-Encrypt-Certification
Guide to setting up a Let's Encrypt SSL certificate for a non-public facing server.
Stars: ✭ 27 (+0%)
Mutual labels:  ssl-certificate
wat
WAT - Windows ACME Tool
Stars: ✭ 28 (+3.7%)
Mutual labels:  certificate
acme2
Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.
Stars: ✭ 45 (+66.67%)
Mutual labels:  certificate

Dockerize Your Django Project

Build Status GitHub license GitHub stars GitHub issues

This repo will give you the basic configuration for setting docker for your django project

Setup

Clone this repository in your working directory

git clone https://github.com/stefins/dockerizing-django.git

Place your project in the MyProject directory

Go to settings.py and change the DATABASE section matching your credentials in docker-compose.yml

This project uses WhiteNoise to serve static files and django-probes for checking database connection

traefik Setup

Change the default values in docker-compose.yml

SSL Certificate will be autogenerated by traefik

Port Setup

Open port 80 and 443

Starting the server

docker-compose build
docker-compose up -d

Creating superuser

docker exec -it dockerizing-django_website_1 bash
python manage.py createsuperuser

Contributing

Feel free to make this code better :)

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].