Openstatus www.openstatus.dev
README.md

Workflows#

Development#

To install dependencies:

bun install

To run:

bun run dev

open http://localhost:3000

Deploy#

From root

flyctl deploy --config apps/workflows/fly.toml --dockerfile  apps/workflows/Dockerfile

Docker#

The Dockerfile is generated thanks to Dofigen. To generate the Dockerfile, run the following command from the apps/workflows directory:

# Update the dependent image versions
dofigen update
# Generate the Dockerfile
dofigen gen