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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user