Traefik with Tutor and Wordpress

Hi @SayHi! I understand your requirements. As far as I can tell, it’s quite possible to achieve what you want already. You need to do the following:

  1. Configure the nginx container (from tutor) to expose different ports than the default ones: https://docs.tutor.overhang.io/configuration.html#nginx
  2. Also, set WEB_PROXY=true to disable SSL termination at the Tutor level.
  3. Add a custom docker-compose.override.yml file to env/local to add custom labels to the nginx container.
  4. Run traefik, or whatever web proxy you want to forward LMS and CMS traffic to the tutor nginx container.

This should work, although I did not try it myself.

2 Likes