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