Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. 馃珫 Status page with uptime monitoring & API monitoring as code 馃珫 openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
592 B
Markdown
Workflows #
Development #
To install dependencies:
pnpm install
To run:
pnpm dev
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:
# Install Dofigen
cargo install dofigen
# Update the dependent image versions
dofigen update
# Generate the Dockerfile
dofigen gen