📦 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
18
deploy/backend.env
Normal file
18
deploy/backend.env
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Database configuration
|
||||
DB_USER=langflow
|
||||
DB_PASSWORD=langflow
|
||||
DB_HOST=db
|
||||
DB_PORT=5432
|
||||
DB_NAME=langflow
|
||||
|
||||
# Logging configuration
|
||||
LOG_LEVEL=debug
|
||||
|
||||
# Cache configuration
|
||||
LANGFLOW_CACHE_TYPE=redis
|
||||
|
||||
# Redis configuration
|
||||
LANGFLOW_REDIS_HOST=queue
|
||||
LANGFLOW_REDIS_PORT=6379
|
||||
LANGFLOW_REDIS_DB=0
|
||||
LANGFLOW_REDIS_EXPIRE=3600
|
||||
Loading…
Add table
Add a link
Reference in a new issue