nginx-proxy-avahi-helper
https://blog.hardill.me.uk/2020/09/22/nginx-proxy-avahi-helper/
I’ve been playing with the jwilder/nginx-proxy docker container recently. It automatically generates reverse proxy entries for other containers.
It does this by monitoring when new containers are started and then inspecting the environment variables attached to the new container. If the container has the VIRTUAL_HOST variable is uses it’s value as the virtual host for nginx to proxy access to […]