My AI local config with docker compose Ollama with OpenWebUI: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 October 2024

  • curprev 23:1123:11, 13 October 2024413vhcu1lq0463ob talk contribs 820 bytes +820 Created page with " services: ollama: volumes: - /docker/ollama-openwebui/data/ollama:/root/.ollama container_name: ollama pull_policy: always tty: true restart: unless-stopped image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest} open-webui: build: context: . args: OLLAMA_BASE_URL: '/ollama' dockerfile: Dockerfile image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main} container_name: open-webui..." Tag: Visual edit: Switched