Page MenuHomeSoftware Heritage

Run 'docker-compose up' in the background instead of detached, to show logs.
ClosedPublic

Authored by vlorentz on Nov 19 2020, 9:25 AM.

Diff Detail

Repository
rDENV Development environment
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

up -d is waiting the containers are "started" before returning the hand so you are sure the execs on line 169- can be executed.
You will also miss the return code of the docker-compose up command

WDYT to add a docker-compose logs -f & instead ?

you're right, that's much better

This revision is now accepted and ready to land.Nov 19 2020, 1:30 PM