This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3502c7f
commit 82ddc77
Showing
3 changed files
with
85 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
.PHONY: run | ||
run: stop ## Run all the services needed to perform an E2E test | ||
docker compose up -d zkevm-state-db zkevm-pool-db beethoven-db l1 | ||
sleep 1 | ||
docker compose up -d zkevm-prover beethoven | ||
sleep 3 | ||
docker compose up -d zkevm-node | ||
docker compose -f docker-compose.yaml up -d l1 zkevm-prover zkevm-node | ||
docker compose -f docker-compose.yaml up -d --build beethoven | ||
|
||
.PHONY: stop | ||
stop: ## Stop all the services needed to perform an E2E test | ||
docker compose down | ||
docker compose -f docker-compose.yaml down |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters