Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Oct 18, 2023
1 parent 3b7dfb8 commit f330e73
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions integration_test/nodes/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,53 +13,53 @@ services:
- --host
- "0.0.0.0"

# l2_execution_engine:
# image: gcr.io/evmchain/taiko-geth:taiko
# restart: unless-stopped
# pull_policy: always
# volumes:
# - .:/host
# ports:
# - 28545:8545
# - 28546:8546
# - 28551:8551
# command:
# - --nodiscover
# - --gcmode
# - archive
# - --syncmode
# - full
# - --datadir
# - /data/taiko-geth
# - --networkid
# - "167001"
# - --metrics
# - --metrics.expensive
# - --metrics.addr
# - "0.0.0.0"
# - --http
# - --http.addr
# - "0.0.0.0"
# - --http.vhosts
# - "*"
# - --http.corsdomain
# - "*"
# - --ws
# - --ws.addr
# - "0.0.0.0"
# - --ws.origins
# - "*"
# - --authrpc.addr
# - "0.0.0.0"
# - --authrpc.port
# - "8551"
# - --authrpc.vhosts
# - "*"
# - --authrpc.jwtsecret
# - /host/jwt.hex
# - --allow-insecure-unlock
# - --http.api
# - admin,debug,eth,net,web3,txpool,miner,taiko
# - --ws.api
# - admin,debug,eth,net,web3,txpool,miner,taiko
# - --taiko
l2_execution_engine:
image: gcr.io/evmchain/taiko-geth:taiko
restart: unless-stopped
pull_policy: always
volumes:
- .:/host
ports:
- 28545:8545
- 28546:8546
- 28551:8551
command:
- --nodiscover
- --gcmode
- archive
- --syncmode
- full
- --datadir
- /data/taiko-geth
- --networkid
- "167001"
- --metrics
- --metrics.expensive
- --metrics.addr
- "0.0.0.0"
- --http
- --http.addr
- "0.0.0.0"
- --http.vhosts
- "*"
- --http.corsdomain
- "*"
- --ws
- --ws.addr
- "0.0.0.0"
- --ws.origins
- "*"
- --authrpc.addr
- "0.0.0.0"
- --authrpc.port
- "8551"
- --authrpc.vhosts
- "*"
- --authrpc.jwtsecret
- /host/jwt.hex
- --allow-insecure-unlock
- --http.api
- admin,debug,eth,net,web3,txpool,miner,taiko
- --ws.api
- admin,debug,eth,net,web3,txpool,miner,taiko
- --taiko

0 comments on commit f330e73

Please sign in to comment.