Tag: Traefik
-
Basic Traefik proxy server setup
Recently, I came across a tool called Traefik. Traefik is a tool that takes care of routing HTTP requests to different Docker containers running on a server. This let’s you focus more on your containers and projects and less on server maintenance. The basic setup I had in mind was to have two domains living…