From: Giorgio Ravera Date: Fri, 10 Apr 2020 09:55:14 +0000 (+0200) Subject: small changes to traefik X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=6a13f26b560a78915678aea33137a97481627c03;p=docker.git small changes to traefik --- diff --git a/traefik/docker-compose.yaml.host b/traefik/docker-compose.yaml.host index 105a605..7f0f0c7 100644 --- a/traefik/docker-compose.yaml.host +++ b/traefik/docker-compose.yaml.host @@ -36,11 +36,11 @@ services: - "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.middlewares=traefik-auth" #- "traefik.http.routers.traefik.middlewares=traefik-https-redirect" - #- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https" - "traefik.http.routers.traefik-secure.entrypoints=https" - "traefik.http.routers.traefik-secure.rule=Host(`traefik.giorgioravera.it`)" - - "traefik.http.routers.traefik-secure.middlewares=traefik-auth" - "traefik.http.routers.traefik-secure.tls=true" + - "traefik.http.routers.traefik-secure.middlewares=traefik-auth" + #- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https" #- "traefik.http.routers.traefik-secure.tls.certresolver=http" - "traefik.http.routers.traefik-secure.service=api@internal" - "traefik.http.middlewares.traefik-auth.basicauth.usersfile=/passwd"