frappe / frappe_docker

Docker images for production and development setups of the Frappe framework and ERPNext
MIT License
1.48k stars 1.38k forks source link

Access Traefik dashboard #640

Closed mohsinalimat closed 2 years ago

mohsinalimat commented 2 years ago

How to access Traefik dashboard using frappe and erpnext installation with docker?

https://traefik.example.com/dashboard/ for Traefik dashboard

revant commented 2 years ago

Check Traefik documentation to enable it, https://doc.traefik.io/traefik/operations/dashboard/#secure-mode

you also need to setup a domain name and ssl, basic auth for it. Check traefik docs for that as well. OR refer this if you are okay with swarm mode https://dockerswarm.rocks/traefik/

mohsinalimat commented 2 years ago

Try but not get result

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.

revant commented 2 years ago

traefik training out of scope.

try #715 some people got success.