Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Edwin Jose
54f36fd9f3 Update docker-compose.yml 2025-09-17 01:30:51 -04:00

View file

@ -39,10 +39,10 @@ services:
- "5601:5601" - "5601:5601"
openrag-backend: openrag-backend:
image: phact/openrag-backend:${OPENRAG_VERSION:-latest} # image: phact/openrag-backend:${OPENRAG_VERSION:-latest}
#build: build:
#context: . context: .
#dockerfile: Dockerfile.backend dockerfile: Dockerfile.backend
container_name: openrag-backend container_name: openrag-backend
depends_on: depends_on:
- langflow - langflow
@ -80,7 +80,7 @@ services:
# build: # build:
# context: . # context: .
# dockerfile: Dockerfile.frontend # dockerfile: Dockerfile.frontend
container_name: openrag-frontend # container_name: openrag-frontend
depends_on: depends_on:
- openrag-backend - openrag-backend
environment: environment:
@ -91,7 +91,10 @@ services:
langflow: langflow:
volumes: volumes:
- ./flows:/app/flows:Z - ./flows:/app/flows:Z
image: phact/langflow:${LANGFLOW_VERSION:-responses} # image: phact/langflow:${LANGFLOW_VERSION:-responses}
build:
context: .
dockerfile: Dockerfile.langflow
container_name: langflow container_name: langflow
ports: ports:
- "7860:7860" - "7860:7860"