Can't deploy Open WebUI

salictou
TRIAL

5 months ago

I can't seem to deploy an instance of Open WebUI on Railway. I'm using a temlapte that pulls the latest version from github. Firstly it was crashing after trying to fetch files, therefore I added a variable for Open WebUI to run in offline mode. It seems like it helped and the app starts printing a message "Uvicorn running on http://0.0.0.0:8080" but shortly after that the app crashes anyways. I'm attaching logs below:

Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/volumeid
Starting Container
Loading WEBUISECRETKEY from file, not provided as an environment variable.
Generating WEBUISECRETKEY
Loading WEBUISECRETKEY from .webuisecretkey
/app/backend/openwebui /app/backend /app Running migrations INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO [openwebui.env] 'DEFAULTLOCALE' loaded from the latest database entry INFO [openwebui.env] 'DEFAULTPROMPTSUGGESTIONS' loaded from the latest database entry
INFO [openwebui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2 Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/volumeid Loading WEBUISECRETKEY from file, not provided as an environment variable. Loading WEBUISECRETKEY from .webuisecretkey /app/backend/openwebui
/app/backend
/app
Running migrations
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
INFO [openwebui.env] 'DEFAULTLOCALE' loaded from the latest database entry
INFO [openwebui.env] 'DEFAULTPROMPTSUGGESTIONS' loaded from the latest database entry INFO [openwebui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2
INFO: Started server process [1]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/volumeid
Loading WEBUISECRETKEY from file, not provided as an environment variable.
Loading WEBUISECRETKEY from .webuisecretkey
/app/backend/openwebui /app/backend /app Running migrations INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO [openwebui.env] 'DEFAULTLOCALE' loaded from the latest database entry INFO [openwebui.env] 'DEFAULTPROMPTSUGGESTIONS' loaded from the latest database entry
INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2
INFO: Started server process [1]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

0 Replies

Can't deploy Open WebUI - Railway Help Station