Skip to content

Commit

Permalink
Merge pull request #83 from dappnode/tropicar/port-standarization
Browse files Browse the repository at this point in the history
Port standarization
  • Loading branch information
tropicar committed Aug 17, 2022
2 parents fe5b965 + 1adbce7 commit 9d869a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ services:
volumes:
- "beacon-chain-data:/data"
ports:
- "13000"
- 12000/udp
- "13103:13103/tcp"
- "12103:12103/udp"
restart: unless-stopped
environment:
HTTP_WEB3PROVIDER: "http://geth.dappnode:8545"
CORSDOMAIN: "http://prysm.dappnode"
P2P_TCP_PORT: 13103
P2P_UDP_PORT: 12103
EXTRA_OPTS: ""
validator:
image: "validator.prysm.dnp.dappnode.eth:1.0.0"
Expand Down
2 changes: 2 additions & 0 deletions validator/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ exec -c validator \
--wallet-password-file=/root/.eth2wallets/wallet-password.txt \
--write-wallet-password-on-web-onboarding \
--graffiti="$GRAFFITI" \
--p2p-tcp-port=$P2P_TCP_PORT \
--p2p-udp-port=$P2P_UDP_PORT \
--web \
--grpc-gateway-host=0.0.0.0 \
--grpc-gateway-port=80 \
Expand Down

0 comments on commit 9d869a6

Please sign in to comment.