Is it always necessary to use another webserver to deliver static files or is traefik v2 also able to do that?

Is it always necessary to use another web server to deliver static files or is traefik v2 also able to do that?

Hello,

Traefik is still a reverse proxy and not a web server.

So you must use a container, which contains a web server with your files.