diff --git a/Makefile b/Makefile index 456f8b7be..db8df3c86 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,10 @@ status: # HELP: print an overview of the ressource usage of the currently running services top: docker compose stats +.PHONY: list-projects +# HELP: list all currently running projects on this machine +list-projects: + docker compose ls .PHONY: log-% # HELP(log-$SERVICE): follow the output of a given service. Service must be running.