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.
This commit is contained in:
parent
d7350fad76
commit
2caa91d772
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue