Update docker-compose.yml

This commit is contained in:
Edwin Jose 2025-10-02 14:46:38 -04:00
parent 634f98b293
commit 3d07a6b419

View file

@ -39,10 +39,10 @@ services:
- "5601:5601"
openrag-backend:
# image: phact/openrag-backend:${OPENRAG_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.backend
image: phact/openrag-backend:${OPENRAG_VERSION:-latest}
# build:
# context: .
# dockerfile: Dockerfile.backend
container_name: openrag-backend
depends_on:
- langflow
@ -76,11 +76,11 @@ services:
gpus: all
openrag-frontend:
# image: phact/openrag-frontend:${OPENRAG_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.frontend
#dockerfile: Dockerfile.frontend
image: phact/openrag-frontend:${OPENRAG_VERSION:-latest}
# build:
# context: .
# dockerfile: Dockerfile.frontend
# #dockerfile: Dockerfile.frontend
container_name: openrag-frontend
depends_on:
- openrag-backend
@ -92,10 +92,10 @@ services:
langflow:
volumes:
- ./flows:/app/flows:z
# image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.langflow
image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
# build:
# context: .
# dockerfile: Dockerfile.langflow
container_name: langflow
ports:
- "7860:7860"