Setting up a local dev environment with Traefik as the proxy has some benefits:
- highly configurable
- only need to expose required ports on the Traefik container
- simplifies configuring SSL certificates and redirects for each dev site.
Given the benefits, I found it worth while investing the time and effort in learning enough about Traefik to apply those benefits to new projects as it simplifies config for each new project.