feat(infra): Ollama Docker Compose service for NL search (#737) #749

Merged
marcel merged 15 commits from feat/issue-737-ollama-docker-compose into main 2026-06-06 15:19:06 +02:00
Showing only changes of commit 1f379a161d - Show all commits

View File

@@ -20,4 +20,10 @@ scrape_configs:
- job_name: ocr-service
metrics_path: /metrics
static_configs:
- targets: ['ocr:8000']
- targets: ['ocr-service:8000']
- job_name: ollama
metrics_path: /metrics
static_configs:
# Uses the Docker service name for reliable DNS resolution.
- targets: ['ollama:11434']