add another prometheus exporter

This commit is contained in:
2026-04-24 08:30:21 +02:00
parent 3b306ad9bf
commit f06398a827
+9 -4
View File
@@ -19,13 +19,18 @@ services:
runtime: nvidia
ollama-exporter:
image: ghcr.io/frcooper/ollama-exporter:latest
image: ghcr.io/mikeh-22/ollama-exporter:latest
container_name: ollama-exporter
restart: unless-stopped
ports:
- "8000:8000"
runtime: nvidia
environment:
- OLLAMA_ENDPOINT=http://ollama:11434
- NVIDIA_VISIBLE_DEVICES=all
- OLLAMA_URL=http://ollama:11434
ports:
- "9101:9101"
volumes:
- /sys:/sys:ro
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- ollama