Skip to content

Commit

Permalink
Use asyncio for subprocess calls
Browse files Browse the repository at this point in the history
Removes the threads from compose_up and manages it using async. Also
uses async processing to format the log messages instead of piping
through sed. This should work on windows without having sed installed

Adds --parallel to support pull and build in parallel, same as docker
compose

Signed-off-by: Falmarri <[email protected]>
  • Loading branch information
Falmarri committed Dec 10, 2023
1 parent bce40c2 commit 69ca377
Showing 1 changed file with 178 additions and 153 deletions.
Loading

0 comments on commit 69ca377

Please sign in to comment.