mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
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
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:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user