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:
Edwin Jose 2025-11-20 18:25:59 -05:00
parent 699d8fa7c4
commit 91418289d6

View file

@ -103,7 +103,7 @@ services:
langflow: langflow:
volumes: volumes:
- ./flows:/app/flows:U,z - ./flows:/app/flows:U,z
image: langflowai/langflow-nightly:${LANGFLOW_VERSION:-1.7.0.dev5} image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
# build: # build:
# context: . # context: .
# dockerfile: Dockerfile.langflow # dockerfile: Dockerfile.langflow