diff --git a/integration_test/nodes/docker-compose.yml b/integration_test/nodes/docker-compose.yml index d4ecfe97e..64a816b99 100644 --- a/integration_test/nodes/docker-compose.yml +++ b/integration_test/nodes/docker-compose.yml @@ -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