switch compose to openrag-langflow images because arm

This commit is contained in:
phact 2025-09-18 14:33:18 -04:00
parent 096c1803b5
commit 815be13890
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ services:
langflow: langflow:
volumes: volumes:
- ./flows:/app/flows:Z - ./flows:/app/flows:Z
image: phact/langflow:${LANGFLOW_VERSION:-responses} image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
container_name: langflow container_name: langflow
ports: ports:
- "7860:7860" - "7860:7860"

View file

@ -91,7 +91,7 @@ services:
langflow: langflow:
volumes: volumes:
- ./flows:/app/flows:Z - ./flows:/app/flows:Z
image: phact/langflow:${LANGFLOW_VERSION:-responses} image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
container_name: langflow container_name: langflow
ports: ports:
- "7860:7860" - "7860:7860"