updated langflow version to be openrag version
This commit is contained in:
parent
9911c19a07
commit
7f87fc5968
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ services:
|
||||||
langflow:
|
langflow:
|
||||||
volumes:
|
volumes:
|
||||||
- ./flows:/app/flows:U,z
|
- ./flows:/app/flows:U,z
|
||||||
image: langflowai/openrag-langflow:${LANGFLOW_VERSION:-latest}
|
image: langflowai/openrag-langflow:${OPENRAG_VERSION:-latest}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.langflow
|
dockerfile: Dockerfile.langflow
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue