All Projects → testdrivenio → Django On Docker Letsencrypt

testdrivenio / Django On Docker Letsencrypt

Licence: mit
Securing a Containerized Django Application with Let's Encrypt

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django On Docker Letsencrypt

Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (+1141.94%)
Mutual labels:  django, letsencrypt
Django Init
Project template used at Fueled for scaffolding new Django based projects. 💫
Stars: ✭ 126 (+306.45%)
Mutual labels:  django, letsencrypt
Django Streamfield W
A StreamField for Django. Ported from Wagtail, with new DjangoAdmin-like API.
Stars: ✭ 22 (-29.03%)
Mutual labels:  django
Django Graph Api
Pythonic implementation of the GraphQL specification for the Django Web Framework.
Stars: ✭ 29 (-6.45%)
Mutual labels:  django
Django S3 Like Storage
Your Own Amazon S3 Django Storage
Stars: ✭ 28 (-9.68%)
Mutual labels:  django
Certbot
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
Stars: ✭ 28,541 (+91967.74%)
Mutual labels:  letsencrypt
Djangorestframework Book
Django REST framework 3 中文文档, API参考, 最佳实践指南
Stars: ✭ 28 (-9.68%)
Mutual labels:  django
Seven23 server
Fully manual budget app to track your expenses. Opensource, with privacy by design.
Stars: ✭ 20 (-35.48%)
Mutual labels:  django
Mrseedbox
[unmaintained] A Containerized Seedbox with Embedded Media Player
Stars: ✭ 30 (-3.23%)
Mutual labels:  letsencrypt
Book Code
《Django开发从入门到实战》书籍各章节源代码
Stars: ✭ 28 (-9.68%)
Mutual labels:  django
Ihealth site
iHealth 项目的后台程序(一个基于 Django 和 MongoDB 的 Web 后端)
Stars: ✭ 29 (-6.45%)
Mutual labels:  django
Framework
The Framework is a set of components and tools which brings the user an interface (GUI / API) to setup, extend and manage an Open vStorage platform.
Stars: ✭ 27 (-12.9%)
Mutual labels:  django
Traefik
The Cloud Native Application Proxy
Stars: ✭ 36,089 (+116316.13%)
Mutual labels:  letsencrypt
Django Spectator
A Django app to track book reading, and event going.
Stars: ✭ 28 (-9.68%)
Mutual labels:  django
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+95706.45%)
Mutual labels:  django
Bedrock
Making mozilla.org awesome, one pebble at a time
Stars: ✭ 953 (+2974.19%)
Mutual labels:  django
Django Cqrs
A demo application to show how cqrs can be implemented in Django
Stars: ✭ 21 (-32.26%)
Mutual labels:  django
Django Cloud Tasks
Integrate Google Cloud Tasks with Django
Stars: ✭ 27 (-12.9%)
Mutual labels:  django
Cfhookbash
Cloudflare hook bash for dehydrated - DNS-01 Challenge Let's Encrypt
Stars: ✭ 28 (-9.68%)
Mutual labels:  letsencrypt
Django Auth Example
Sample project for my talk at DjangoCongress JP 2018.
Stars: ✭ 30 (-3.23%)
Mutual labels:  django

Securing a Containerized Django Application with Let's Encrypt

Want to learn how to build this?

Check out the post.

Want to use this project?

Let's Encrypt Staging

  1. Rename .env.staging-sample to .env.staging, .env.staging.db-sample to .env.staging.db, and .env.staging.proxy-companion-sample to .env.staging.proxy-companion. Update the environment variables.

  2. Build the images and run the containers:

    $ docker-compose -f docker-compose.staging.yml up -d --build
    

    Test it out.

Let's Encrypt Production

  1. Rename .env.prod-sample to .env.prod, .env.prod.db-sample to .env.prod.db, and .env.prod.proxy-companion-sample to .env.prod.proxy-companion. Update the environment variables.

  2. Build the images and run the containers:

    $ docker-compose -f docker-compose.prod.yml up -d --build
    

    Test it out.

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].