From f4daf7342ed0298ba2395134d22d27c5ac1584e4 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Thu, 5 Jan 2023 18:38:18 +0100 Subject: [PATCH] Enable traefik for auth --- authentication.docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index 49a1366..105090e 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -47,6 +47,8 @@ services: volumes: - media:/media - custom-templates:/templates + labels: + traefik.enable: true worker: image: ghcr.io/goauthentik/server:2022.12.2