add automation and it-tools stack, update newt, add icons and app-api to nextcloud, try new proxy solution with newt (docker socket access)

This commit is contained in:
2025-12-05 21:58:44 +01:00
parent bd5f6604f4
commit eaadef5e4e
13 changed files with 108 additions and 15 deletions

View File

@@ -1,8 +1,6 @@
services:
ollama:
image: ollama/ollama:latest
container_name: ollama
pull_policy: always
tty: true
ports:
- "11434:11434" # Ollama API
@@ -18,7 +16,6 @@ services:
openwebui:
image: ghcr.io/open-webui/open-webui:main-slim
container_name: openwebui
depends_on:
- ollama
ports: