remove config from volume

This commit is contained in:
Lucas Oliveira 2025-10-02 15:38:40 -03:00
parent a7bd2c2bc2
commit 734ddb3a0f
2 changed files with 0 additions and 2 deletions

View file

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

View file

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