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:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[x] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[x] I have assigned this pull request to a milestone
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