Update langflow service image in docker-compose
Changed the langflow service image from 'langflowai/langflow-nightly' to 'phact/openrag-langflow' and updated the default version tag to 'latest'.
This commit is contained in:
parent
699d8fa7c4
commit
91418289d6
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ services:
|
|||
langflow:
|
||||
volumes:
|
||||
- ./flows:/app/flows:U,z
|
||||
image: langflowai/langflow-nightly:${LANGFLOW_VERSION:-1.7.0.dev5}
|
||||
image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile.langflow
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue