NGINX reverse-proxy with Let's Encrypt Certs with Docker Compose
Acts as a single reverse proxy with SSL offloading for any number of dockerized web projects on a single server, using 2 awesome projects:
jwilder/nginx-proxy
- the reverse proxy is be the only container that actually needs to expose any ports to the world.
- base image is just a regular nginx
- the only container that actually exposes anything to the outside world, both port 80 and 443