From abf8f2c97a0e2e3550b5cf3641cb16291e63cd4e Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Fri, 11 Aug 2017 11:28:42 +0200 Subject: [PATCH] add caddy to feature list --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3345bfd6..d66715a5 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Features * Grunt build for compass and livereload * Send emails via Anymail_ (using Mailgun_ by default, but switchable) * Media storage using Amazon S3 -* Docker support using docker-compose_ for development and production +* Docker support using docker-compose_ for development and production (using _Caddy with LetsEncrypt support) * Procfile_ for deploying to Heroku * Instructions for deploying to PythonAnywhere_ * Run tests with unittest or py.test @@ -76,7 +76,7 @@ Optional Integrations .. _docker-compose: https://github.com/docker/compose .. _Opbeat: https://opbeat.com/ .. _PythonAnywhere: https://www.pythonanywhere.com/ - +.. _Caddy: https://caddyserver.com/ Constraints -----------