fix(docker): remove ollama exporter
Continuous Integration / pre-commit (push) Has been cancelled
Continuous Integration / docker-compose (push) Has been cancelled
Continuous Integration / terraform (bohr) (push) Has been cancelled
Continuous Integration / terraform (galana) (push) Has been cancelled
Continuous Integration / terraform (tana) (push) Has been cancelled
Continuous Integration / terraform (turkwel) (push) Has been cancelled
Continuous Integration / terraform (yala) (push) Has been cancelled
Continuous Integration / ansible (push) Has been cancelled

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-07-05 20:12:49 +00:00
parent fdeb41d4b6
commit ca62a1c14d
2 changed files with 1 additions and 27 deletions
+1 -22
View File
@@ -16,27 +16,6 @@ services:
- ~/docker-volumes/ollama/data:/root/.ollama - ~/docker-volumes/ollama/data:/root/.ollama
- ~/docker-volumes/ollama/models:/ollama-models - ~/docker-volumes/ollama/models:/ollama-models
ollama-exporter:
container_name: ollama-exporter
image: ghcr.io/maravexa/ollama-exporter:v0.1.2
restart: unless-stopped
networks:
- homelab-network
security_opt:
- no-new-privileges:true
environment:
- OLLAMA_URL=http://ollama:11434
- LISTEN_ADDR=:5021
- POLL_INTERVAL=15s
- LOG_LEVEL=info
- PROXY_ENABLED=true
- PROXY_LISTEN_ADDR=:5022
ports:
- 5021:5021 # Metrics
- 5022:5022 # Proxy
depends_on:
- ollama
open-webui: open-webui:
container_name: open-webui container_name: open-webui
image: ghcr.io/open-webui/open-webui:v0.9.5 image: ghcr.io/open-webui/open-webui:v0.9.5
@@ -47,7 +26,7 @@ services:
- no-new-privileges:true - no-new-privileges:true
environment: environment:
- TZ=Africa/Nairobi - TZ=Africa/Nairobi
- OLLAMA_BASE_URL=http://ollama-exporter:5022 - OLLAMA_BASE_URL=http://ollama:11434
depends_on: depends_on:
- ollama - ollama
ports: ports:
-5
View File
@@ -42,8 +42,3 @@ scrape_configs:
static_configs: static_configs:
- targets: - targets:
- pihole-exporter:2051 - pihole-exporter:2051
- job_name: ollama-exporter
static_configs:
- targets:
- ollama-exporter:5021