remove prometheus exporter
This commit is contained in:
+10
-10
@@ -18,16 +18,16 @@ services:
|
|||||||
- capabilities: [gpu]
|
- capabilities: [gpu]
|
||||||
runtime: nvidia
|
runtime: nvidia
|
||||||
|
|
||||||
ollama-exporter:
|
#ollama-exporter:
|
||||||
image: ghcr.io/otter-in-a-suit/ollama-prometheus-exporter:latest
|
# image: ghcr.io/otter-in-a-suit/ollama-prometheus-exporter:latest
|
||||||
container_name: ollama-exporter
|
# container_name: ollama-exporter
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
ports:
|
# ports:
|
||||||
- "9177:9177"
|
# - "9177:9177"
|
||||||
environment:
|
# environment:
|
||||||
- OLLAMA_ENDPOINT=http://ollama:11434
|
# - OLLAMA_ENDPOINT=http://ollama:11434
|
||||||
depends_on:
|
# depends_on:
|
||||||
- ollama
|
# - ollama
|
||||||
|
|
||||||
openwebui:
|
openwebui:
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
|
|||||||
Reference in New Issue
Block a user