diff --git a/traefik/config/services/authentik.yml b/traefik/config/services/authentik.yml new file mode 100644 index 0000000..1666f90 --- /dev/null +++ b/traefik/config/services/authentik.yml @@ -0,0 +1,15 @@ +# /services/traefik/config/services/authentik.yml + +http: + routers: + auth: + entryPoints: + - https + rule: Host(`auth.eliasfink.de`) + service: authentik + + services: + authentik: + loadBalancer: + servers: + - url: http://authentik_server:9000 \ No newline at end of file