3liz / lizmap-docker-compose

Run Lizmap stack with docker-compose
31 stars 42 forks source link

Lizmap Docker running under traefik? #6

Closed LucaMoiana closed 4 years ago

LucaMoiana commented 4 years ago

Hi, I know this is not an issue, I'm trying to run lizmap-docker under traefik 1.7: I did add some labels to the nignx docker:

      - traefik.enable: "true"
      - traefik.backend: "lizmap"
      - traefik.frontend.rule: "Host: lizmap.officinecartografiche.net"
      - traefik.port=8080
      -  traefik.docker.network: "web"

But that's not enough and I keep getting a niginx.conf error. Can you point me to some configuration example or tutorial? thanks for your help and your great development

dmarteau commented 4 years ago

AMHA, it seems more a traefik/docker issue than a Lizmap stack issue.

LucaMoiana commented 4 years ago

I know, I just wanted to know if, by any chance, you had some example.

dmarteau commented 4 years ago

No, I do not use traefik.