# ============================================================================ # UNRAID OVERRIDE CONFIGURATION # ============================================================================ # This override file configures docker-compose for Unraid systems. # It replaces named volumes with Unraid host paths under /mnt/user/appdata/ # # Usage with Docker Compose Manager plugin: # 1. Copy both docker-compose.yml and docker-compose.unraid.yml to your stack # 2. Set compose file to: docker-compose.yml:docker-compose.unraid.yml # # Or use from command line: # docker compose -f docker-compose.yml -f docker-compose.unraid.yml up -d # # For GPU support on Unraid: # docker compose -f docker-compose.yml -f docker-compose.unraid.yml -f docker-compose.gpu.override.yml up -d # ============================================================================ services: local-deep-research: volumes: # Override named volumes with Unraid paths - /mnt/user/appdata/local-deep-research/data:/data - /mnt/user/appdata/local-deep-research/scripts:/scripts ollama: volumes: # Override named volume with Unraid path - /mnt/user/appdata/local-deep-research/ollama:/root/.ollama - /mnt/user/appdata/local-deep-research/scripts:/scripts searxng: volumes: # Override named volume with Unraid path - /mnt/user/appdata/local-deep-research/searxng:/etc/searxng