mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
14 lines
314 B
YAML
14 lines
314 B
YAML
features:
|
|
local_ai: true # Needs to be set so that network is loaded
|
|
docker:
|
|
services:
|
|
ollama:
|
|
backup:
|
|
no_stop_required: true
|
|
image: ollama/ollama
|
|
version: latest
|
|
name: ollama
|
|
port: 11434
|
|
volumes:
|
|
models: "ollama_models"
|
|
network: "ollama" |