From 84b60452aef94829789c65318e98aa1221e02ce4 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Fri, 3 Apr 2026 14:16:55 -0700 Subject: [PATCH 1/2] Update ComfyUI Version --- comfyui-dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfyui-dockerfile b/comfyui-dockerfile index e6998a9..8e304e1 100644 --- a/comfyui-dockerfile +++ b/comfyui-dockerfile @@ -4,7 +4,7 @@ FROM nvcr.io/nvidia/pytorch:25.05-py3 AS build-deps WORKDIR /app # Get release version from https://github.com/comfyanonymous/ComfyUI/releases -ARG ComfyUI_Release=0.3.71 +ARG ComfyUI_Release=0.18.2 RUN pip install imageio controlnet_aux From 4e7e814360cf34750dd31d50c24e98709cc92522 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Fri, 3 Apr 2026 15:00:51 -0700 Subject: [PATCH 2/2] Update docker compose --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 67e8dfb..354ca59 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,10 +8,9 @@ services: image: docker.io/ollama/ollama:latest volumes: - ./data/ollama/ollama:/root/.ollama - ports: - - 7869:11434 environment: - OLLAMA_KEEP_ALIVE=24h + - OLLAMA_ORIGINS=* ollama-webui: image: ghcr.io/open-webui/open-webui:main @@ -23,7 +22,7 @@ services: ports: - 8009:8080 environment: # https://docs.openwebui.com/getting-started/env-configuration#default_models - - OLLAMA_BASE_URLS=http://host.docker.internal:7869 + - OLLAMA_BASE_URLS=http://ollama:11434 - ENV=prod - WEBUI_AUTH=True - WEBUI_NAME=Mistox AI