mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-08 11:00:15 +00:00
5 lines
821 B
Markdown
5 lines
821 B
Markdown
# RoboSats Coordinator Deployment Orchestrations
|
|
|
|
This repository holds two full blown RoboSats coordinator deployment orchestration with decent defaults. There is two flavours: docker-compose (`/compose`) and kubernetes (`/k8s`). The docker-compose orchestration is better tested and better suited for new coordinators. The kubernetes orchestration is still work in progress and better suited for high availability and large scale coordinators: any help to finish the k8s orchestration is appreciated and will be rewarded with Sats.
|
|
|
|
The tags/releases versioning for this repository match `robosats/robosats` (semver) with a subpatch sequence. For example, for `v0.6.0-alpha` the first orchestration release will be `v0.6.0~1`, therefore, allowing bug fixing and faster iteration of the orchestration codebase if needed. |