Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 692 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 692 Bytes

Outpainting Server

This is used to serve multiple exports generated by the Outpainting Project.

It serves the Outpainting App.

Usage

Put all the exports in separate folders in the public folder.

It should look like:

.
└── public
    ├── export1
    ├── export2
    ├── ...

Each of those folders should contain all .webp images and the sqlite.db file.

Local

npm install
npm run build
npm run start

Docker

Simply bind the public folder into the container /app/public and run:

docker compose up -d