# Copy to compose.override.yml and fill in your values. # compose.override.yml is gitignored — never commit secrets. services: api: environment: # Point to your local Ollama instance to unlock semantic search and RAG chat PAGEPIPER_OLLAMA_URL: "http://localhost:11434" PAGEPIPER_CHAT_MODEL: "mistral:7b" PAGEPIPER_EMBED_MODEL: "nomic-embed-text" volumes: # Override books directory if your PDFs are elsewhere - /path/to/your/pdfs:/books:ro