Skip to content

Commit

Permalink
Fix mainnet compose (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
unxnn authored Sep 7, 2022
1 parent 67443e4 commit 01347d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
.idea
local.env
*.env
*jwtsecret
4 changes: 3 additions & 1 deletion deploy/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ services:
volumes: ["geth:/data","../configs/jwtsecret:/jwtsecret"]
profiles: ["geth"]
networks:
- mainnet
mainnet:
aliases:
- eth1-node

besu:
container_name: besu_mainnet
Expand Down

0 comments on commit 01347d2

Please sign in to comment.