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
Last active
April 14, 2025 02:25
-
-
Save hytdsh/688eefcdc94557d03b42c73fef62964b to your computer and use it in GitHub Desktop.
minimal-open-webui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment