fixed docker compose cpu and normal with volume

This commit is contained in:
Lucas Oliveira 2025-10-01 17:34:38 -03:00
parent 6df204d324
commit 8bf5631e9b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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