-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Description
Hi,
I noticed that traefik is used to provide load balancing between frontend and backend under the same domain served by different containers.
I also noticed that on Vue dockerfile also contains NGNIX (another load balancer).
I would like to understand the main purpose of using Ngnix in this case. Is it necessary to deal with static files ? With vue-router ? Traefik does not serve static content like NGINX does ?