diff --git a/1. docker-stacks/authentik/docker-compose.yml b/1. docker-stacks/authentik/docker-compose.yml index 5e0236c..cc2f17b 100644 --- a/1. docker-stacks/authentik/docker-compose.yml +++ b/1. docker-stacks/authentik/docker-compose.yml @@ -44,7 +44,9 @@ services: - "traefik.enable=true" # Jouw nieuwe URL - "traefik.http.routers.authentik.rule=Host(`authentik.stackbabber.nl`)" - - "traefik.http.routers.authentik.entrypoints=web" + - "traefik.http.routers.authentik.entrypoints=websecure" + - "traefik.http.routers.authentik.tls=true" + - "traefik.http.routers.authentik.tls.certresolver=letsencrypt" - "traefik.http.services.authentik.loadbalancer.server.port=9000" worker: