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 March 10, 2025 01:26
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 (but only on the same computer;