You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a docker compose that spins up all the necessary containers for a signer to run sBTC in production.
2. Why It's Necessary
People running signers need to be able to spin up the infrastructure quickly and smoothly. This GitHub issue is to make the docker compose that sets all the entities up.
3. Execution Checklist
Create a docker compose that can run all the necessary production infrastructure
Have that docker compose in a PR and merged
The text was updated successfully, but these errors were encountered:
@aldur what do we envision to be the immediate purpose of this docker compose? Is this to give people an idea of what's necessary or be exactly what they anticipate using in prod?
Additionally, I'd like to propose that we don't include a stacks node in this, and we expect them to have that already running so we separate this compose from any changes made to the stacks core images. WDYT?
@aldur what do we envision to be the immediate purpose of this docker compose? Is this to give people an idea of what's necessary or be exactly what they anticipate using in prod?
Let's assume that signers will use this either verbatim or as a base (e.g., if deploying through K8).
Additionally, I'd like to propose that we don't include a stacks node in this, and we expect them to have that already running so we separate this compose from any changes made to the stacks core images. WDYT?
I agree. Would it be feasible for signers that are not already running their node to rely on a node provider?
Chore - Production docker compose
1. Description
Create a docker compose that spins up all the necessary containers for a signer to run sBTC in production.
2. Why It's Necessary
People running signers need to be able to spin up the infrastructure quickly and smoothly. This GitHub issue is to make the docker compose that sets all the entities up.
3. Execution Checklist
The text was updated successfully, but these errors were encountered: