Skip to content

manjufy/traefik-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Traefik Demo

How to run

Bring up traefik

```
docker-compose up -d reverse-proxy
```

Navigate to http://localhost:8080/api/rawdata => To see the Trafik's API raw data

Navigate to http://localhost:8080/dashboard/#/ => To see Trafik's Dashboard

Bring up a service

docker-compose up whoami

Navigate to => http://whoami.docker.localhost/

Load balacing

docker-compose up -d --scale whoami=2 => Increase instances

About

traefik-demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published