From 5c4326cfb73a11836e7e85d1d2753702074f473a Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:10:33 +0000 Subject: [PATCH] Update AI_Containers/open-webui/compose.yaml --- .../{ollama+open-webui => open-webui}/compose.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename AI_Containers/{ollama+open-webui => open-webui}/compose.yaml (77%) diff --git a/AI_Containers/ollama+open-webui/compose.yaml b/AI_Containers/open-webui/compose.yaml similarity index 77% rename from AI_Containers/ollama+open-webui/compose.yaml rename to AI_Containers/open-webui/compose.yaml index fe71ee5..ae5f161 100644 --- a/AI_Containers/ollama+open-webui/compose.yaml +++ b/AI_Containers/open-webui/compose.yaml @@ -8,9 +8,16 @@ services: - OLLAMA_BASE_URL=http://ollama:11434 volumes: - /srv/docker/ollama/webui:/app/data + networks: + - ollama + restart: unless-stopped #Can comment out if not using Flame Dashboard labels: - flame.type=application # "app" works too - flame.name=Webui - flame.url=http://webui.homelab.internal #Adjust to your domain or IP - - flame.icon=chat-processing \ No newline at end of file + - flame.icon=chat-processing + +networks: + ollama: + extrernal: true \ No newline at end of file