remove whoami from public domain

This commit is contained in:
debian
2024-02-23 02:10:10 +01:00
parent e99bae5d7b
commit e5aff1f9f5

View File

@@ -40,8 +40,6 @@ services:
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
# traefik # traefik
- "traefik.enable=true" - "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.entrypoints=https"
- 'traefik.http.routers.whoami.tls=true' - 'traefik.http.routers.whoami.tls=true'
- "traefik.http.routers.whoami.tls.certresolver=myresolver"
- "traefik.http.routers.whoami.middlewares=authelia@file,crowdsec-bouncer@file"