Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 420 Bytes

traefik-dashboard

the missing links dashboard for traefik deployments

Installation

goreleaser required

git clone https://github.com/iwittkau/traefik-dashboard.git
cd traefik-dashboard
make snapshot
make run-docker

traefik should be deployed as a Docker container with the name traefik and the network traefik_proxy. Modify as needed.