From: Giorgio Ravera Date: Sat, 1 Aug 2020 09:39:36 +0000 (+0200) Subject: removed not used lines to traefik X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=1982916c08604130d81a8bb35f5e67b8d524c235;p=docker.git removed not used lines to traefik --- diff --git a/traefik/docker-compose.yaml.host b/traefik/docker-compose.yaml.host index c6d1bd2..bbb1a4e 100644 --- a/traefik/docker-compose.yaml.host +++ b/traefik/docker-compose.yaml.host @@ -33,22 +33,15 @@ services: - "traefik.enable=true" - "traefik.http.routers.traefik.entrypoints=http" - "traefik.http.routers.traefik.rule=Host(`traefik.giorgioravera.it`)" - #- "traefik.http.routers.traefik.rule=Host(`traefik.giorgioravera.it`) || - # (Host(`docker.giorgioravera.it`) && (PathPrefix(`/traefik`) || PathPrefix(`/api`)))" - "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.middlewares=traefik-auth" - #- "traefik.http.routers.traefik.middlewares=traefik-auth,traefik-stripprefix" #- "traefik.http.routers.traefik.middlewares=traefik-https-redirect" - "traefik.http.routers.traefik-secure.entrypoints=https" - "traefik.http.routers.traefik-secure.rule=Host(`traefik.giorgioravera.it`)" - #- "traefik.http.routers.traefik-secure.rule=Host(`traefik.giorgioravera.it`) || - # (Host(`docker.giorgioravera.it`) && (PathPrefix(`/traefik`) || PathPrefix(`/api`)))" - "traefik.http.routers.traefik-secure.tls=true" #- "traefik.http.routers.traefik-secure.tls.certresolver=http" - "traefik.http.routers.traefik-secure.service=api@internal" - "traefik.http.routers.traefik-secure.middlewares=traefik-auth" - #- "traefik.http.routers.traefik-secure.middlewares=traefik-auth,traefik-stripprefix" #- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https" - "traefik.http.middlewares.traefik-auth.basicauth.usersfile=/passwd" - - "traefik.http.middlewares.traefik-stripprefix.stripprefix.prefixes=/traefik" - "traefik.http.services.workaround.loadbalancer.server.port=9999"