Skip to content

wvoliveira/traefik-whoami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traefik-whoami

Reverse proxy to manager requests

How

Use mkcert for generate local certs and install in your system.

After get mkcert, run these commands to generate and install certs:

cd conf/certs/localhost
mkcert -cert-file localhost.crt -key-file localhost.key localhost whoami.localhost betraefik.localhost api.localhost 127.0.0.1
cd -

Now, run following commands to start traefik and one container for test:

# start traefik with configurations in the conf/ path
make run

# start whoami container
make run_whoami

Go to http://localhost:8080/dashboard/ to access traefik dashboard.
Go to http://localhost:8082/metrics to access metrics with prometheus format.
Go to http://whoami.localhost/ to access whoami container response.

References:

About

Traefik with SSL + whoami image. Just for test.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published