Docker – What is the correct way to use Lets Encrypt HTTPS for a CI/CD workflow?
Im using nginx as a reverse proxy to serve an Express.js backend and a Vue.js frontend. The whole application runs in two Docker Compose images, one for development, and one for production. I'd like to be able to test the…