Skip to content

pedrosanta/openwebui-docker-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openwebui-docker-serverless

An experiment with Open WebUI and Docker to use Scaleway serverless infrastructure.

Setup

Before running the project, copy the example environment file and fill in your secrets and configuration:

cp .env.local.example .env.local
# Then edit .env.local to add your actual secrets and configurations

Usage

This sandbox/example uses Docker Compose and npm scripts for convenience.

Make sure you have your Docker Engine/runtime/daemon running.

Scripts

  • Start normally:

     npm start
  • Start fresh (stateless, mimics serverless cold start):

     npm run start:fresh
  • Stop containers:

     npm stop
  • Clean up everything (remove containers, volumes, orphans):

     npm run clean
  • Full clean restart:

     npm run restart

Open http://localhost:8080 on your browser.

About

An experiment with Open WebUI and Docker to use Scaleway serverless infrastructure.

Resources

Stars

Watchers

Forks