-
Clone this repository:
git clone https://github.com/Frzk/openwebui my-openwebui cd my-openwebui
-
Create an app:
scalingo create my-openwebui
This adds a
scalingo
remote to your repository. -
Attach a PostgreSQL addon:
scalingo --app my-openwebui addons-add postgresql postgresql-starter-512
-
Set the
WEB_CONCURRENCY
environment variable:scalingo --app my-openwebui env-set WEB_CONCURRENCY=1
-
Push to Scalingo:
git push scalingo master
This first deployment is expected to fail: the resulting image is very big, even with the use of the
.slugignore
file.
Important
Please get in touch with our support team to increase the size of your application image to 3.5GB.
- Once our support team has increased the size of your application image,
trigger a new deployment:
This time the deployment should be successful.
git push scalingo master