I would like to add a option to override default COMPOSE_HTTP_TIMEOUT value(60) by adding it before the docker-compose command: ``` COMPOSE_HTTP_TIMEOUT=120 docker-compose up -d .... ``` should I make a PR on it?