chore: Remove /health and /metrics endpoints from logging

This commit is contained in:
Chris Coutinho
2025-11-10 02:07:45 +01:00
parent e575c8e57b
commit f3050e9b45
5 changed files with 181 additions and 5 deletions
+4 -3
View File
@@ -107,9 +107,10 @@ services:
- QDRANT_COLLECTION=nextcloud_content
# Ollama configuration (optional - uses SimpleEmbeddingProvider if not set)
- OLLAMA_BASE_URL=https://ollama.internal.coutinho.io:443
- OLLAMA_EMBEDDING_MODEL=nomic-embed-text # Changing this creates new collection
# - OLLAMA_VERIFY_SSL=false
#- OLLAMA_BASE_URL=https://ollama.internal.coutinho.io:443
#- OLLAMA_EMBEDDING_MODEL=nomic-embed-text # Changing this creates new collection
#- OLLAMA_EMBEDDING_MODEL=embeddinggemma:300m
#- OLLAMA_VERIFY_SSL=false
mcp-oauth:
build: .