Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infra/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include:
- ${TRANSCRIBER_COMPOSE:-../../extern/dummy.yaml}

x-openrag: &openrag_template
image: linagoraai/openrag:latest
image: linagoraai/openrag:v2.0.0-rc.2
# Start as root so entrypoint.sh can grant GID-0 write on the bind-mounted
# writable dirs (data/, logs/, the HF cache) — which a non-root container
# can't write when Docker auto-creates them root-owned — then it immediately
Expand Down Expand Up @@ -98,7 +98,7 @@ x-vllm: &vllm_template
services:
# ── Admin UI (React SPA + nginx, same-origin reverse proxy to the API) ──
admin-ui:
image: linagoraai/openrag-admin-ui:latest
image: linagoraai/openrag-admin-ui:v2.0.0-rc.2
build:
context: ../..
dockerfile: infra/docker/ui.Dockerfile
Expand Down
Loading