0

I have implemented django on docker deployment process using below tutorial. https://github.com/testdrivenio/django-on-docker

I'm using ubuntu 18 server, Installed docker and docker-compose. I'm trying to integrate https with letsencrypt for my website. How to integrate the https with letsencrypt using existing docker compose.

Thanks in advance.

krish007
  • 46
  • 9

1 Answers1

0

You can use a docker image of nginx web server to integrate https with your existing docker using a simple configuration:

Refer: https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71

Raj Srujan Jalem
  • 613
  • 5
  • 17