Skip to content

Instantly share code, notes, and snippets.

@hytdsh
Last active April 14, 2025 02:25
Show Gist options
  • Select an option

  • Save hytdsh/688eefcdc94557d03b42c73fef62964b to your computer and use it in GitHub Desktop.

Select an option

Save hytdsh/688eefcdc94557d03b42c73fef62964b to your computer and use it in GitHub Desktop.
minimal-open-webui
volumes:
  open-webui:

services:
  webui:
    image: ghcr.io/open-webui/open-webui:main
    environment:
      OPENAI_API_KEY: "sk-12345"
    ports:
      - 3000:8080
    volumes:
      - open-webui:/app/backend/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment