corteza-docs icon indicating copy to clipboard operation
corteza-docs copied to clipboard

Add instructions / example to run Corteza with Traefik

Open beevelop opened this issue 6 years ago • 3 comments

The currently available documentation only refers to Jwilder's nginx-proxy as a reverse proxy. For some users, it might also be interesting to see an example with Traefik. Using Traefik only requires to add the external network (like it is done with the proxy network) and adding some labels to the container:

  labels:
    - "traefik.enable=true"
    - "traefik.frontend.rule=Host:corteza.example.com"
    - "traefik.docker.network=traefik_default"
    - "traefik.port=1337"

beevelop avatar Aug 07 '19 18:08 beevelop

Can you make a PR with this example?

darh avatar Sep 02 '19 07:09 darh

@darh Are we planning on doing this? If not I'll just close it for now.

tjerman avatar Oct 06 '20 15:10 tjerman

Not beyond mentioning it in the docs. And again - if someone who know Traefik is willing to make a PR we can accept it.

darh avatar Oct 06 '20 17:10 darh