add another prometheus exporter

This commit is contained in:
2026-04-24 08:25:07 +02:00
parent b51b403f90
commit 3b306ad9bf
+10 -10
View File
@@ -18,16 +18,16 @@ services:
- capabilities: [gpu]
runtime: nvidia
#ollama-exporter:
# image: ghcr.io/otter-in-a-suit/ollama-prometheus-exporter:latest
# container_name: ollama-exporter
# restart: unless-stopped
# ports:
# - "9177:9177"
# environment:
# - OLLAMA_ENDPOINT=http://ollama:11434
# depends_on:
# - ollama
ollama-exporter:
image: ghcr.io/frcooper/ollama-exporter:latest
container_name: ollama-exporter
restart: unless-stopped
ports:
- "8000:8000"
environment:
- OLLAMA_ENDPOINT=http://ollama:11434
depends_on:
- ollama
openwebui:
image: ghcr.io/open-webui/open-webui:main