Update docker-compose.yml

This commit is contained in:
Edwin Jose 2025-11-19 14:42:52 -05:00
parent d3c5df1252
commit f7d4cd1d9e

View file

@ -40,9 +40,9 @@ services:
openrag-backend:
image: phact/openrag-backend:${OPENRAG_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.backend
# build:
# context: .
# dockerfile: Dockerfile.backend
container_name: openrag-backend
depends_on:
- langflow
@ -102,7 +102,7 @@ services:
# build:
# context: .
# dockerfile: Dockerfile.langflow
# container_name: langflow
container_name: langflow
ports:
- "7860:7860"
environment: