24 lines
450 B
YAML
24 lines
450 B
YAML
|
|
service:
|
||
|
|
name: ollama
|
||
|
|
owner_node: solaria
|
||
|
|
exposure: private
|
||
|
|
dependencies: []
|
||
|
|
ports:
|
||
|
|
- container: 11434
|
||
|
|
host: 11434
|
||
|
|
protocol: tcp
|
||
|
|
healthcheck:
|
||
|
|
type: http
|
||
|
|
endpoint: http://localhost:11434/api/tags
|
||
|
|
interval: 1m
|
||
|
|
timeout: 10s
|
||
|
|
retries: 3
|
||
|
|
restart_policy: unless-stopped
|
||
|
|
persistence:
|
||
|
|
paths:
|
||
|
|
- /opt/homelab/data/ollama
|
||
|
|
runtime:
|
||
|
|
directories:
|
||
|
|
- /opt/homelab/data/ollama
|
||
|
|
env_vars: []
|