Traefik
The Cloud Native Application Proxy
Deploy command
docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.toml traefikTaken from the project README. You need a server with Docker; you may still need to add environment variables.
From the README
Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Consul, Etcd, Rancher v2, Amazon ECS, ...) and configures itself automatically and d…
- Stars
- ★ 64.9k
- Language
- Go
- License
- MIT
- Last updated
- 2026-09-23
- Category
- Networking & proxy
- Section
- General