forked from open-webui/open-webui
feat: docker for multi-user support updated
This commit is contained in:
parent
dedb42582b
commit
99e8816e73
3 changed files with 5 additions and 5 deletions
|
@ -22,6 +22,9 @@ ARG OLLAMA_API_BASE_URL='/ollama/api'
|
|||
|
||||
ENV ENV=prod
|
||||
ENV OLLAMA_API_BASE_URL $OLLAMA_API_BASE_URL
|
||||
ENV WEBUI_AUTH ""
|
||||
ENV WEBUI_DB_URL ""
|
||||
ENV WEBUI_JWT_SECRET_KEY "SECRET_KEY"
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/build /app/build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue