From d7f0b1e1e5a74b4d639d8c1bed97519c91b61535 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Tue, 3 Dec 2024 14:20:24 +0100 Subject: [PATCH] add missing secret key for authenthik-worker --- docker-compose.authentik.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.authentik.yml b/docker-compose.authentik.yml index 71092cb..af2b197 100644 --- a/docker-compose.authentik.yml +++ b/docker-compose.authentik.yml @@ -60,6 +60,7 @@ services: restart: unless-stopped command: worker environment: + AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY} AUTHENTIK_REDIS__HOST: authentik-redis AUTHENTIK_POSTGRESQL__HOST: authentik-postgresql AUTHENTIK_POSTGRESQL__USER: ${AUTHENTIK_PG_USER:-authentik}