OPT_DOCKER_COMPOSE = click.option(
'--docker-compose',
'-d',
help='Advanced: Path to docker-compose.yml file with additional services to launch.',
type=(click.Path(exists=True, file_okay=True, dir_okay=False, resolve_path=True, path_type=(pathlib.Path)))
)