diff --git a/docker-compose.yml b/docker-compose.yml index 8f6316f..d6e2418 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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/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 openwebui: image: ghcr.io/open-webui/open-webui:main