From 2caa91d772af8d34704c93f6edb1377aa70ec127 Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Fri, 26 Jul 2024 12:25:12 +0100 Subject: [PATCH] enhance: Formbricks template add required CRON_SECRET formbricks/formbricks#2874 A new required env var has been added, using special magic to generate a random password as the value to abstract away from user. --- templates/compose/formbricks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/formbricks.yaml b/templates/compose/formbricks.yaml index f9e1bc482..36e5abbed 100644 --- a/templates/compose/formbricks.yaml +++ b/templates/compose/formbricks.yaml @@ -36,6 +36,7 @@ services: - GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID} - GOOGLE_CLIENT_SECRET=${GOOGLE_CLIENT_SECRET} - ASSET_PREFIX_URL=${ASSET_PREFIX_URL} + - CRON_SECRET=$SERVICE_PASSWORD_APPWRITE volumes: - formbricks-uploads:/apps/web/uploads/ depends_on: