Skip to content

rtucek/traefik-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traefik experimens

...just tinkering around with traefik's loadbalancer.

Setup

Only the self-signed certificates need to be generated. For simplicity, I recommend using mkcert.

Simply run

mkcert \
	-cert-file ./certs/localhost-cert.pem \
	-key-file ./certs/localhost-key.pem localhost
docker-compose up

Achievements

  • Support HTTP and HTTPS
  • Force redirect from HTTP to HTTPS
  • Make it work with self-signed certificate
  • Secure dashboard and API with TLS

About

Experimenting with traefik's loadbalancer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published