Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 769 Bytes

readme.md

File metadata and controls

37 lines (24 loc) · 769 Bytes

Run Restack in Docker

docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main

Open the Desktop UI

http://localhost:5233

Install dependencies

pnpm i

Run the Express server

pnpm dev

The serer should be up at http://localhost:8000

Send a test request to the server

curl -X POST http://localhost:8000 -H "Content-Type: application/json" -d '{"workflowName": "my-workflow", "workflowId": "my-workflow-123"}'

Build and Run Docker Container

Build the Docker image and run the container with:

pnpm docker:dev

(Optional) Deploy on Restack Cloud

To deploy the application on Restack, you can create an account at Restack Console