Skip to content

Deploy Traefik in HTTP Mode

Bekker Stacks edited this page Sep 4, 2019 · 2 revisions

Environment Variables Required for HTTP Mode:

  • DOMAIN
  • PROTOCOL

Deploy the Traefik Stack:

$ DOMAIN=localhost PROTOCOL=http bash deploy.sh
Username for Traefik UI: ruan
Password for Traefik UI: deploying traefik stack in http mode
Creating network public
Creating config proxy_traefik_htpasswd
Creating service proxy_traefik
Traefik UI is available at:
- http://traefik.localhost

Navigating to the Traefik Dashboard, after providing your username and password, you should see the Traefik UI:

image

Clone this wiki locally