Files
serai/orchestration
Luke Parker f70fee65b8 Add shellcheck to the CI
Updates our scripts to pass. Achieves POSIX compliance for
`increase_default_stack_size.sh` via replacing `hexdump` with `od` and `tr`.
Replaces the non-POSIX `dd status=none` with the POSIX `dd 2> /dev/null`.
2025-12-08 20:04:23 -05:00
..
2025-12-08 20:04:23 -05:00
2025-12-04 23:23:38 -05:00
2025-12-08 02:30:34 -05:00
2025-12-08 20:04:23 -05:00
2025-08-25 10:06:35 -04:00
2024-02-09 02:48:44 -05:00

Orchestration

This folder contains the tool which generates various dockerfiles and manage deployments of Serai.

To start, run:

cargo run -p serai-orchestrator

to generate all of the dockerfiles needed for development.