👩💻 Join our community of thousands of amazing developers!
This article is about how to add https to a web app running in docker. For this we are using nginx to handle port 80 and port 443 and then reverse proxy the traffic to port 443 to the application port. In this article we are assuming you have credentials for the SSL certificate, another article will be written on how to do it with lets encrypt to create ssl certificates for free. This article assume you know about ssl key files, docker and docker-compose. And for the sake of this article we are ...