version: '3.8' services: ollama: image: ollama/ollama:latest ports: - "11434:11434" volumes: - ./ollama_data:/root/.ollama restart: unless-stopped