🔧 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
6 lines
149 B
Bash
6 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=
|