We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5503b02 commit d883575Copy full SHA for d883575
Makefile
@@ -28,4 +28,10 @@ run-balancer:
28
all: install-docker create-genesis run-blockchain run-explorer
29
30
.PHONY: all
31
-all: install-docker install-acme create-genesis run-blockchain run-explorer run-balancer
+all: install-docker install-acme create-genesis run-blockchain run-explorer run-balancer
32
+
33
+.PHONY: stop-all
34
+stop-all:
35
+ docker compose -f ./balancer/docker-compose.yaml stop
36
+ docker compose -f ./blockscout/docker-compose.yaml stop
37
+ docker compose stop
0 commit comments