From 398f3c2bbb5a2758fc13d4e80985ba1debb20e58 Mon Sep 17 00:00:00 2001 From: stevensting Date: Tue, 18 Aug 2026 16:34:16 +0200 Subject: [PATCH] add env var --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 3cd3677..75dbcc9 100644 --- a/compose.yml +++ b/compose.yml @@ -49,6 +49,8 @@ services: - ENABLE_SSO_PROVIDER - OAUTH_ISSUER + - BONFIRE_CONSOLE_TOKEN + - SECRET_KEY_BASE_FILE=/run/secrets/secret_key_base - SIGNING_SALT_FILE=/run/secrets/signing_salt - ENCRYPTION_SALT_FILE=/run/secrets/encryption_salt