[add] ollama

This commit is contained in:
Andy Bunce 2024-05-22 21:47:36 +01:00
parent 8bbe5ce5c7
commit 3984e1a251

12
ollama/docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
services:
ollama:
build: .
container_name: ollama
image: ollama/ollama
healthcheck:
test: ollama --version || exit 1
interval: 10s
ports:
- "11434:11434"
volumes:
- ./ollama:/root/.ollama