Skip to content

Instantly share code, notes, and snippets.

View DavDaz's full-sized avatar

DaviDiaz DavDaz

View GitHub Profile
@JBGruber
JBGruber / docker-compose.yml
Last active June 17, 2024 13:41
My compose file to run ollama and ollama-webui
services:
# ollama and API
ollama:
image: ollama/ollama:latest
container_name: ollama
pull_policy: missing
tty: true
restart: unless-stopped
# Expose Ollama API outside the container stack