inbox-zero: add REDIS_URL env var for email-stream / Deep Clean
REDIS_URL was not set, causing "REDIS_URL is not set" errors in /api/email-stream which powers the Deep Clean full-inbox scan.
This commit is contained in:
@@ -53,6 +53,7 @@ services:
|
||||
DIRECT_URL: postgresql://inboxzero:${POSTGRES_PASSWORD}@db:5432/inboxzero?schema=public
|
||||
UPSTASH_REDIS_URL: http://serverless-redis-http:80
|
||||
UPSTASH_REDIS_TOKEN: ${UPSTASH_REDIS_TOKEN}
|
||||
REDIS_URL: redis://redis:6379
|
||||
INTERNAL_API_URL: http://web:3000
|
||||
AUTH_SECRET: ${AUTH_SECRET}
|
||||
EMAIL_ENCRYPT_SECRET: ${EMAIL_ENCRYPT_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user