mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 22:11:58 +01:00
11 lines
186 B
YAML
11 lines
186 B
YAML
|
services:
|
||
|
ollama:
|
||
|
image: ollama/ollama
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- "11434:11434"
|
||
|
volumes:
|
||
|
- ./ollama_data:/root/.ollama
|
||
|
# init: true
|
||
|
# tty: true
|