add container names to llm and password manager stacks

This commit is contained in:
2026-01-23 14:45:05 +01:00
parent 04878036db
commit 0d77c1f228
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
services:
ollama:
image: ollama/ollama:latest
container_name: ollama
tty: true
ports:
- "11434:11434" # Ollama API
@@ -15,8 +16,9 @@ services:
net.unraid.docker.shell: bash
folder.view2: "Services"
openwebui:
open-webui:
image: ghcr.io/open-webui/open-webui:main-slim
container_name: open-webui
depends_on:
- ollama
ports: