Changed backend to mount config at volume

This commit is contained in:
Lucas Oliveira 2025-11-21 18:48:59 -03:00
parent 7b435a8367
commit 2be178e81f
2 changed files with 2 additions and 0 deletions

View file

@ -84,6 +84,7 @@ services:
- ./documents:/app/documents:Z
- ./keys:/app/keys:Z
- ./flows:/app/flows:U,z
- ./config:/app/config:Z
openrag-frontend:
image: phact/openrag-frontend:${OPENRAG_VERSION:-latest}

View file

@ -85,6 +85,7 @@ services:
- ./documents:/app/documents:Z
- ./keys:/app/keys:Z
- ./flows:/app/flows:U,z
- ./config:/app/config:Z
gpus: all
openrag-frontend: