Docker Compose Wait
Print docker-compose log, quit when match the log with the specified regular expression.
install:
gem install docker-compose-waitUsage
docker-compose-wait sidekiq 'Start Processing'
docker-compose-wait --regexp sidekiq 'Start Processing$'