The current monolithic container approach tightly couples the different application's life cycles to each other. But we only want to loosely couple them, so each container can have separate upgrades, which decreases overall downtimes.
To move along, decoupling Vector from Matrix can happen by:
[ ] Repeating the procedure from the coturn commits to extract config generator and runtime build into a separate image.
The current monolithic container approach tightly couples the different application's life cycles to each other. But we only want to loosely couple them, so each container can have separate upgrades, which decreases overall downtimes.
To move along, decoupling Vector from Matrix can happen by:
coturn
commits to extract config generator and runtime build into a separate image.