Closed awelzel closed 2 years ago
Hmm, I pushed two more commits and now things run locally for me.
I found grabbing logs even if we don't stop containers provided improved debug experience.
The log-archival ones seem the right and required fixes, but I'm a bit confused why they would've worked previously. Might be some script-loading-order difference.
Using a v2 docker-compose version uses
-
as separator between project name and container, breaking some of the assumptions made in the scripts.Setting COMPOSECOMPATIBILITY allows to revert to using `` as a separator.
@ckreibich - is this something you could pick up or see if there's a better way to fix?