514 B
514 B
Crontab UI - Traefik Example
Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.
Running Example
Assumes port 88 and 8088 are free.
docker-compose build
docker-compose up
Then go to
- http://127.0.0.1:88/crontab to view contrab-ui
- http://127.0.0.1:88/whoami another docker container (containous/whoami) running on another path.
- http://127.0.0.1:8088/dashboard/ to view the Traefik dashbaord.