fix: add volumes section for rag-model-cache in docker-compose

This commit is contained in:
Apple
2025-11-16 04:42:07 -08:00
parent 9b86f9a694
commit 6d69f901f7

View File

@@ -146,6 +146,10 @@ services:
timeout: 10s
retries: 3
volumes:
rag-model-cache:
driver: local
networks:
dagi-network:
driver: bridge