diff --git a/1. docker-stacks/traefik/docker-compose.yml b/1. docker-stacks/traefik/docker-compose.yml index 58c97d7..689b1dc 100644 --- a/1. docker-stacks/traefik/docker-compose.yml +++ b/1. docker-stacks/traefik/docker-compose.yml @@ -21,7 +21,9 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.traefik.rule=Host(`traefik.stackbabber.nl`)" - - "traefik.http.routers.traefik.entrypoints=web" + - "traefik.http.routers.traefik.entrypoints=websecure" + - "traefik.http.routers.traefik.tls=true" + - "traefik.http.routers.traefik.tls.certresolver=letsencrypt" - "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.middlewares=authentik@file"