From cb8a8b761dba75a5ca6539525b5c207ab14da532 Mon Sep 17 00:00:00 2001 From: Davit Date: Thu, 29 Feb 2024 19:58:09 +0400 Subject: [PATCH] quiet-pull --- test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 97bc09a0..415e23e5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,8 +7,7 @@ KCADM_LOGIN = $(KCADM) config credentials --config $(KCADM_CONFIG) $(KCADM_STRIN .PHONY: build-lagoon build-lagoon: - docker compose pull - docker compose up -d + docker compose up -d --quiet-pull $(MAKE) wait-for-keycloak @echo "\nYour Lagoon stack is now running locally - use 'GRAPHQL_API=http://0.0.0.0:33000/graphql KEYCLOAK_API=http://0.0.0.0:38088/auth' as the variables to access it\n"