amerkurev / django-docker-template

Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Let's Encrypt)
https://django-docker.dev
MIT License
188 stars 35 forks source link

Traefik dashboard #4

Closed shariq1989 closed 1 year ago

shariq1989 commented 1 year ago

Is the dashboard enabled in dev/prod? If so how can it be accessed?

amerkurev commented 1 year ago

I have an idea to add additional docker-compose.***.yml files for different scenarios in the project. For example, enabling Traefik dashboard or deploying Redis or Vault, etc. These files will not be included by default, but can be easily activated if desired. All scenarios will be collected in one place, and new ones can always be added.

If I do this, it will be very easy for you to enable Traefik dashboard :)

shariq1989 commented 1 year ago

Sounds good! I would love to continue using this in the future.