services: ollama: image: ollama/ollama restart: unless-stopped ports: - "11434:11434" volumes: - ./ollama_data:/root/.ollama # init: true # tty: true