langflow jwt changes
This commit is contained in:
parent
0a30829d75
commit
d5dd1c1183
2 changed files with 711 additions and 649 deletions
|
|
@ -85,7 +85,6 @@ services:
|
||||||
langflow:
|
langflow:
|
||||||
volumes:
|
volumes:
|
||||||
- ./flows:/app/flows
|
- ./flows:/app/flows
|
||||||
#image: langflow:1.5.0.post1
|
|
||||||
image: phact/langflow:responses
|
image: phact/langflow:responses
|
||||||
container_name: langflow
|
container_name: langflow
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -94,3 +93,6 @@ services:
|
||||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||||
- LANGFLOW_LOAD_FLOWS_PATH=/app/flows
|
- LANGFLOW_LOAD_FLOWS_PATH=/app/flows
|
||||||
- LANGFLOW_SECRET_KEY=${LANGFLOW_SECRET_KEY}
|
- LANGFLOW_SECRET_KEY=${LANGFLOW_SECRET_KEY}
|
||||||
|
- JWT="dummy"
|
||||||
|
- LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT=JWT
|
||||||
|
- LANGFLOW_LOG_LEVEL=DEBUG
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue