Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AnteaterKit/fede33d7a24aa0e107ab01c3742f470d to your computer and use it in GitHub Desktop.
Save AnteaterKit/fede33d7a24aa0e107ab01c3742f470d to your computer and use it in GitHub Desktop.

Revisions

  1. AnteaterKit created this gist Jul 2, 2025.
    15 changes: 15 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    services:
    openWebUI:
    image: ghcr.io/open-webui/open-webui:main
    restart: always
    ports:
    - "3000:8080"
    extra_hosts:
    - "host.docker.internal:host-gateway"

    ollama:
    image: ollama/ollama
    ports:
    - "11434:11434"