serai/orchestration
Luke Parker 62a619a312
Have monerod be chown'd to monero:nogroup
On some Docker setups, the monero user doesn't have a monero group for some
reason. This handles that edge case.
2024-02-10 20:58:04 -05:00
..
dev Redo Dockerfile generation (#530) 2024-02-09 02:48:44 -05:00
runtime Rust 1.76 2024-02-09 02:51:24 -05:00
src Have monerod be chown'd to monero:nogroup 2024-02-10 20:58:04 -05:00
testnet Redo Dockerfile generation (#530) 2024-02-09 02:48:44 -05:00
Cargo.toml Redo Dockerfile generation (#530) 2024-02-09 02:48:44 -05:00
README.md Redo Dockerfile generation (#530) 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.