Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to access traefik dashboard in deployed instance #3842

Open
2 tasks done
StellaASchlotter opened this issue Oct 29, 2021 · 1 comment
Open
2 tasks done

How to access traefik dashboard in deployed instance #3842

StellaASchlotter opened this issue Oct 29, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@StellaASchlotter
Copy link
Contributor

My actions before raising this issue

Expected Behaviour

I want to access the traefik dashboard. I have cvat setup on a server with https. I modified the docker-compose.https.yml according to the comment for using the traefik dashboard. So included the lines:

- "--entryPoints.dashboard.address=:8090
- "--api.dashboard=true"

If I try to access the dashboard via https://<my_url>:8090/ I get a "404 page not found" error.

I get a "Connection refused" error if I remove the lines again and try the same url. That let's me believe traefik needs additional configuration to work.

Current Behaviour

I am expecting to see the traefik dashboard

Steps to Reproduce (for bugs)

  1. include the lines as suggested in the docker-compose.https.yml
  2. access https://<my_url>:8090/

Your Environment

  • Git hash commit (git log -1): f9658ad
  • Docker version docker version: 20.10.9
  • Are you using Docker Swarm or Kubernetes?: neither
  • Operating System and version (e.g. Linux, Windows, MacOS): Ubuntun 18.04
@nmanovic nmanovic added this to To do in Infrastructure via automation Nov 3, 2021
@nmanovic nmanovic added enhancement New feature or request good first issue labels Nov 3, 2021
@lucamanga
Copy link

Me too, I am having this problem. I get 404 error, too.

Maybe accessing http://...:8090/ is not sufficient?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants