mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 09:00:18 -06:00
feat: use redis for rate limiting & next caching to resolve memory issues (#2078)
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
committed by
GitHub
parent
c8ab6644bf
commit
20eb679842
@@ -79,6 +79,9 @@ x-environment: &environment
|
||||
# Uncomment and set to 1 to skip onboarding for new users
|
||||
# ONBOARDING_DISABLED: 1
|
||||
|
||||
# The below is used for Rate Limiting & Next Caching (uses In-Memory Next Cache if not provided)
|
||||
# REDIS_CLIENT_URL:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user