Skip to content

Instantly share code, notes, and snippets.

View akash-siv's full-sized avatar
🎯
Focusing

Akash akash-siv

🎯
Focusing
View GitHub Profile
@JBGruber
JBGruber / docker-compose.yml
Last active September 16, 2024 13:50
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