updated langflow version to be openrag version

This commit is contained in:
Lucas Oliveira 2025-12-01 15:57:39 -03:00
parent 9911c19a07
commit 7f87fc5968

View file

@ -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