Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
deploy
Commits
3fa93cf2
Commit
3fa93cf2
authored
Mar 21, 2025
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update makefile
parent
a7836d98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
5 deletions
+21
-5
Makefile
Makefile
+21
-5
No files found.
Makefile
View file @
3fa93cf2
...
@@ -12,20 +12,36 @@ layer1:
...
@@ -12,20 +12,36 @@ layer1:
@
docker compose up
-d
layer1
@
docker compose up
-d
layer1
.PHONY
:
layer1
.PHONY
:
layer1
stop-layer1
:
@
docker compose down layer1
.PHONY
:
stop-layer1
explorer
:
explorer
:
@
docker compose up
-d
backend db frontend blockscout-proxy redis-db stats visualizer stats-db stats-db-init db-init
@
docker compose up
-d
backend db frontend blockscout-proxy redis-db stats visualizer stats-db stats-db-init db-init
.PHONY
:
explorer
.PHONY
:
explorer
build
:
stop-explorer
:
@
docker compose down backend db frontend blockscout-proxy redis-db stats visualizer stats-db stats-db-init db-init
.PHONY
:
stop-explorer
layer2
:
@
docker compose up
-d
layer2 batcher proposer
.PHONY
:
layer2
stop-layer2
:
@
docker compose down layer2 batcher proposer
.PHONY
:
stop-layer2
build-contracts-image
:
@
docker build
--no-cache
-t
tscel/exchain:contracts
-f
./build/Dockerfile.contracts .
@
docker build
--no-cache
-t
tscel/exchain:contracts
-f
./build/Dockerfile.contracts .
.PHONY
:
build
.PHONY
:
build
start
:
start
:
layer1 explorer layer2
docker compose up
-d
layer1 layer2 backend db frontend blockscout-proxy redis-db stats visualizer stats-db stats-db-init db-init
@
echo
"all services started"
.PHONY
:
start
.PHONY
:
start
stop
:
stop
:
stop-layer2 stop-explorer stop-layer1
docker compose down layer1 layer2 backend db frontend blockscout-proxy redis-db stats visualizer stats-db stats-db-init db-init
@
echo
"all services stopped"
.PHONY
:
stop
.PHONY
:
stop
stop-all
:
stop-all
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment