I'm migrating my server to a new server and wanna try something new. I've been using nginx to reverse proxy my stuff and I recently heard about traefik being able to read labels off docker containers. I've been googling around but I can't for the life of me figure out how to get the access to the dashboard without having insecure mode on.
Personally I’ve used traefik, Nginx and caddy. They’re all interesting in their own ways. My little docker setup is currently using caddy-docker-proxy. It’s been set and forget for me. You might need some adjustments based on your TLS requirements etc.
ah ok, I got it working now, guess I have to use an nginx container anyway to host static stuff tho, the config being attached to a container is def a nice thing
That's the point. With dynamic files you can add new Middleware or even route already exposed ports all on the fly. You're telling me you can change a docker label and keep your service running with 0 downtime?
If you've figured that out please share a link because my experience has been otherwise.