From b38124feeef0323bc50b7415e29b97b16570ebb2 Mon Sep 17 00:00:00 2001 From: Chen Kai Liu Date: Mon, 27 Oct 2025 01:13:53 +0800 Subject: [PATCH] Increase GPU count and update network configuration --- stack/ollama-webui.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stack/ollama-webui.yml b/stack/ollama-webui.yml index 14c574b..f270fa4 100644 --- a/stack/ollama-webui.yml +++ b/stack/ollama-webui.yml @@ -17,7 +17,7 @@ services: reservations: devices: - driver: nvidia - count: 1 + count: 2 capabilities: [gpu] open-webui: @@ -30,6 +30,8 @@ services: - "9070:8080" environment: - OLLAMA_BASE_URL=http://ollama:11434 + networks: + - stack_bridge ollama-monitor: image: docker:cli @@ -45,3 +47,7 @@ services: volumes: ollama-data: open-webui-data: + +networks: + stack_bridge: + external: true