我跟着官方文档使用了docker部署,但是不知道为什么到了启动最后阶段的时候总是自己停止,使用python和uv都是一模一样的日志,没看到什么报错
~ --------------------------------------------------------------- ILL 1m 3s ht@hinlink-ht2 11:28:32 上午
$ DATA_DIR=/Data/open-webui uvx --python 3.11 open-webui@latest serve --port=3032
Installed 309 packages in 2.96s
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from /home/ht/.webui_secret_key
/home/ht/.cache/uv/archive-v0/F0bNMJTmugq9tUiVH9Sud/lib/python3.11/site-packages/open_webui
/home/ht/.cache/uv/archive-v0/F0bNMJTmugq9tUiVH9Sud/lib/python3.11/site-packages
/home/ht/.cache/uv/archive-v0/F0bNMJTmugq9tUiVH9Sud/lib/python3.11
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
INFO [open_webui.env] 'ENABLE_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_API_KEY_ENDPOINT_RESTRICTIONS' loaded from the latest database entry
INFO [open_webui.env] 'API_KEY_ALLOWED_ENDPOINTS' loaded from the latest database entry
INFO [open_webui.env] 'JWT_EXPIRES_IN' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_DIRECT_CONNECTIONS' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_OLLAMA_API' loaded from the latest database entry
INFO [open_webui.env] 'OLLAMA_BASE_URLS' loaded from the latest database entry
INFO [open_webui.env] 'OLLAMA_API_CONFIGS' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_OPENAI_API' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_KEYS' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_BASE_URLS' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_CONFIGS' loaded from the latest database entry
INFO [open_webui.env] 'WEBUI_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_SIGNUP' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_MODELS' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry
INFO [open_webui.env] 'MODEL_ORDER_LIST' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_USER_ROLE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_CHANNELS' loaded from the latest database entry
INFO [open_webui.env] 'WEBHOOK_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_COMMUNITY_SHARING' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_MESSAGE_RATING' loaded from the latest database entry
WARNI [open_webui.env]
WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.
INFO [open_webui.env] 'SHOW_ADMIN_DETAILS' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_CODE_EXECUTION' loaded from the latest database entry
INFO [open_webui.env] 'CODE_EXECUTION_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'CODE_EXECUTION_JUPYTER_URL' loaded from the latest database entry
INFO [open_webui.env] 'CODE_EXECUTION_JUPYTER_AUTH' loaded from the latest database entry
INFO [open_webui.env] 'CODE_EXECUTION_JUPYTER_AUTH_TOKEN' loaded from the latest database entry
INFO [open_webui.env] 'CODE_EXECUTION_JUPYTER_AUTH_PASSWORD' loaded from the latest database entry
INFO [open_webui.env] 'CODE_EXECUTION_JUPYTER_TIMEOUT' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_CODE_INTERPRETER' loaded from the latest database entry
INFO [open_webui.env] 'CODE_INTERPRETER_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'CODE_INTERPRETER_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'CODE_INTERPRETER_JUPYTER_URL' loaded from the latest database entry
INFO [open_webui.env] 'CODE_INTERPRETER_JUPYTER_AUTH' loaded from the latest database entry
INFO [open_webui.env] 'CODE_INTERPRETER_JUPYTER_AUTH_TOKEN' loaded from the latest database entry
INFO [open_webui.env] 'CODE_INTERPRETER_JUPYTER_AUTH_PASSWORD' loaded from the latest database entry
INFO [open_webui.env] 'CODE_INTERPRETER_JUPYTER_TIMEOUT' loaded from the latest database entry