I am currently using Traefik as a reverse proxy that provides access to all my Docker workloads. It achieves dynamic service discovery by querying Docker labels for Traefik configuration directives.
People seem to love the Caddy web server for its configuration simplicity, and it will supposedly work as a reverse proxy for Docker services with similar dynamic service discovery features that can be enabled as a third party module.
Has anyone successfully implemented this in their lab yet, or does anyone have plans to rip out Traefik/nginx as their Docker reverse proxy in favour of Caddy?