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
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 17220
Build 26584: arc lint + arc unit

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