About Traefik

Traefik is a very versatile reverse proxy and can be used in Docker, Kubernetes or using its own binary.

In this tutorial we will cover the installation of Traefik in Docker Standalone and we will also cover some features such as

  • Generate SSL certificates using DNS01
  • Add routers, services and middlewares dynamically through a traefik folder
  • Create custom labels in traefik
  • Static configuration of Traefik
  • Dynamic configuration of Traefik

Instalation

Clone the repo

2025-03-07