I have the following problem, I do not know if it would be a good idea to deploy my angle application, using as server Nginx and let's encrypt as ssl, the bd will be postgresql; by using docker (I'm new with docker)
I was investigating a bit and got a part
link (HTTPS-PORTAL is a fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker. By using it, you can run any existing web application over HTTPS, with only one extra line of configuration. The SSL certificates are obtained, and renewed from Let's Encrypt automatically.) the only thing that I'm not sure if this would work with postgresql
I also got this tool to create the nginx config link
with these two tools would be enough? or is there another alternative?
Thanks for your valuable help