Skip to content

Instantly share code, notes, and snippets.

@craig-m-unsw
Created February 17, 2025 10:28
Show Gist options
  • Save craig-m-unsw/ea004fbcf30dbac3c7cee42c0d58400b to your computer and use it in GitHub Desktop.
Save craig-m-unsw/ea004fbcf30dbac3c7cee42c0d58400b to your computer and use it in GitHub Desktop.

readme

mkdir ollama_models
services:
ollama:
image: ollama/ollama:latest
ports:
- 11434:11434
volumes:
- ./ollama_models:/root/.ollama:z
open-webui:
image: ghcr.io/open-webui/open-webui:main
ports:
- 8080:8080
volumes:
- ./open-webui:/app/backend/data:z
depends_on:
- ollama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment