darshanvyas36/agentic-rag-project
0
1version: '3.8'2 3# ...4services:5 backend:6 build: .7 ports:8 - "8000:8000"9 volumes:10 # --- CHANGE THIS LINE ---11 # Mount a directory instead of a single file12 - ./data:/app/data13 env_file:14 - ./.env