Increase GPU count and update network configuration

This commit is contained in:
Chen Kai Liu
2025-10-27 01:13:53 +08:00
committed by GitHub
parent f9a593161e
commit b38124feee

View File

@@ -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