fix syntax ollama composer

This commit is contained in:
Stefan Heyn 2026-02-04 20:21:27 +00:00
parent f5562eaafa
commit 36d5725a37

View file

@ -1,8 +1,5 @@
version: '3.8'
x-portainer: &project
project-name: ollama-stack
services:
ollama:
image: ollama/ollama:0.3.12
@ -17,7 +14,6 @@ services:
- OLLAMA_NUM_PARALLEL=2
shm_size: 8gb
restart: unless-stopped
<<: *project
open-webui:
image: ghcr.io/open-webui/open-webui:main
@ -34,8 +30,8 @@ services:
depends_on:
- ollama
restart: unless-stopped
<<: *project
volumes:
ollama_data:
openwebui_data: