traefik

2022-04-29

At my new workplace we are making heavy use of docker and docker-compose. In order to make all of the containers talk to each other we use Traefik. So in order to actually use it I need to understand how Traefik works. Let's dive into it together! 🤓

2022-05-27

In the last article we have learned how to use Traefik to setup a reverse proxy. In this article we will learn how to setup SSL with Traefik and Let's Encrypt.

2022-06-24

As you might have noticed, I have been playing around with Traefik recently. One of the things I have missed to do so far is to remove the www. from URLs of my sites. Today we are going to fix that! 🤓