dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
21 stars 19 forks source link

feat: user compose to restart only changed containers #485

Closed strophy closed 1 year ago

strophy commented 1 year ago

Issue being fixed or feature implemented

Using dashmate to manage docker containers means we are unable to restart individual services until dashmate implements the --platform flag to control service state targeting.

What was done?

Implement a workaround described by @shumkov

How Has This Been Tested?

On testnet

Breaking Changes

We shouldn't keep this around for long, it's hacky

Checklist:

For repository code-owners and collaborators only

strophy commented 1 year ago

Closed in favour of #494