From e5aff1f9f5baf806f155991e6c5c494a1876f340 Mon Sep 17 00:00:00 2001 From: debian Date: Fri, 23 Feb 2024 02:10:10 +0100 Subject: [PATCH] remove whoami from public domain --- project/infrastructure/traefik/traefik.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/project/infrastructure/traefik/traefik.yml b/project/infrastructure/traefik/traefik.yml index 32e9be3..0daddd7 100644 --- a/project/infrastructure/traefik/traefik.yml +++ b/project/infrastructure/traefik/traefik.yml @@ -40,8 +40,6 @@ services: - "com.centurylinklabs.watchtower.enable=true" # traefik - "traefik.enable=true" - - "traefik.http.routers.whoami.rule=Host(`whoami.${PUBLIC_DOMAIN}`)" + - "traefik.http.routers.whoami.rule=Host(`whoami.${LOCAL_DOMAIN}`)" - "traefik.http.routers.whoami.entrypoints=https" - - 'traefik.http.routers.whoami.tls=true' - - "traefik.http.routers.whoami.tls.certresolver=myresolver" - - "traefik.http.routers.whoami.middlewares=authelia@file,crowdsec-bouncer@file" \ No newline at end of file + - 'traefik.http.routers.whoami.tls=true' \ No newline at end of file