Ajouter docker-compose/ollama/docker-compose.yml

This commit is contained in:
toma 2026-01-27 22:50:40 +01:00
parent 3bb7f4dc51
commit bbf9dde53e

View File

@ -0,0 +1,10 @@
version: "3.8"
services:
ollama:
image: ollama/ollama:latest
container_name: ollama
restart: unless-stopped
ports:
- "11434:11434"
volumes:
- /opt/ollama_data:/root/.ollama