mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 18:57:09 +08:00
🔧 chore(docker-compose.yml): update Redis image version to 7.2.0 for the queue service 🔧 chore(docker-compose.yml): update command for the flower service to use environment variables for Redis connection details 🔧 chore(flower.env): add LANGFLOW_REDIS_PASSWORD environment variable
7 lines
149 B
Bash
7 lines
149 B
Bash
LANGFLOW_CACHE_TYPE=redis
|
|
LANGFLOW_REDIS_HOST=queue
|
|
LANGFLOW_REDIS_PORT=6379
|
|
LANGFLOW_REDIS_DB=0
|
|
LANGFLOW_REDIS_EXPIRE=3600
|
|
LANGFLOW_REDIS_PASSWORD=
|