📦 chore(deploy): add deployment files and configurations for Docker Compose setup
This commit is contained in:
parent
861b8d048e
commit
6b0383be50
9 changed files with 215 additions and 0 deletions
8
deploy/celeryworker.env
Normal file
8
deploy/celeryworker.env
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
LANGFLOW_CACHE_TYPE=redis
|
||||
LANGFLOW_REDIS_HOST=queue
|
||||
LANGFLOW_REDIS_PORT=6379
|
||||
LANGFLOW_REDIS_DB=0
|
||||
LANGFLOW_REDIS_EXPIRE=3600
|
||||
BROKER_URL=redis://queue:6379/0
|
||||
RESULT_BACKEND=redis://queue:6379/0
|
||||
C_FORCE_ROOT="true # ! Only for development"
|
||||
Loading…
Add table
Add a link
Reference in a new issue