From 6123a8be0403413ac77cdbd44a79e01b12308f59 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 18 Jun 2026 22:38:06 -0400 Subject: [PATCH] fix: add missing environment variables for kitchenowl back service --- nodes/heimdall/kitchenowl/compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes/heimdall/kitchenowl/compose.yaml b/nodes/heimdall/kitchenowl/compose.yaml index 702a969..471cee5 100644 --- a/nodes/heimdall/kitchenowl/compose.yaml +++ b/nodes/heimdall/kitchenowl/compose.yaml @@ -27,6 +27,9 @@ services: restart: unless-stopped environment: - JWT_SECRET_KEY=${JWT_SECRET_KEY} + - OIDC_CLIENT_ID=${OIDC_CLIENT_ID} + - OIDC_CLIENT_SECRET=${OIDC_CLIENT_SECRET} + - OIDC_ISSUER=${OIDC_ISSUER} volumes: - /mnt/appdata/kitchenowl/data:/data networks: