Skip to content

Commit

Permalink
quiet-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Feb 29, 2024
1 parent ac2ff48 commit cb8a8b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cb8a8b7

Please sign in to comment.