Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alex16384 authored May 19, 2024
2 parents d69733e + bce9544 commit f7c5b45
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
- "${PORT_L2_EXECUTION_ENGINE_METRICS}:6060"
- "${PORT_L2_EXECUTION_ENGINE_HTTP}:8545"
- "${PORT_L2_EXECUTION_ENGINE_WS}:8546"
- "${PORT_L2_EXECUTION_ENGINE_P2P}:30303"
- "${PORT_L2_EXECUTION_ENGINE_P2P}:30303/udp"
- "${PORT_L2_EXECUTION_ENGINE_P2P}:${PORT_L2_EXECUTION_ENGINE_P2P}"
- "${PORT_L2_EXECUTION_ENGINE_P2P}:${PORT_L2_EXECUTION_ENGINE_P2P}/udp"
command: |
--taiko
--networkid "${CHAIN_ID}"
Expand All @@ -38,6 +38,11 @@ services:
--ws.addr "0.0.0.0"
--ws.origins "*"
--gpo.ignoreprice "100000000"
--port ${PORT_L2_EXECUTION_ENGINE_P2P}
--discovery.port ${PORT_L2_EXECUTION_ENGINE_P2P}
--maxpeers ${MAXPEERS:-50}
--maxpendpeers ${MAXPENDPEERS:-0}
${GETH_ADDITIONAL_ARGS}
<<: *logging
profiles:
- l2_execution_engine
Expand Down

0 comments on commit f7c5b45

Please sign in to comment.