This commit is contained in:
squidbear
2025-03-28 10:43:35 +01:00
parent d714869c57
commit 22b5237d49
4 changed files with 12 additions and 8 deletions

View File

@@ -14,7 +14,8 @@ services:
ports: ports:
- "10088:10088" - "10088:10088"
- "10088:10088/udp" - "10088:10088/udp"
command: > entrypoint: ["geth"]
command:
- --taiko - --taiko
- --networkid 167000 - --networkid 167000
- --gcmode archive - --gcmode archive
@@ -62,7 +63,7 @@ services:
volumes: volumes:
- ./jwtsecret:/jwtsecret - ./jwtsecret:/jwtsecret
entrypoint: ["taiko-client", "driver"] entrypoint: ["taiko-client", "driver"]
command: > command:
- "--l1.ws ${ETHEREUM_MAINNET_EXECUTION_WS}" - "--l1.ws ${ETHEREUM_MAINNET_EXECUTION_WS}"
- "--l2.ws ws://taiko-alethia-archive:8545" - "--l2.ws ws://taiko-alethia-archive:8545"
- "--l1.beacon ${ETHEREUM_MAINNET_BEACON_REST}" - "--l1.beacon ${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -14,7 +14,8 @@ services:
ports: ports:
- "10251:10251" - "10251:10251"
- "10251:10251/udp" - "10251:10251/udp"
command: > entrypoint: ["geth"]
command:
- --taiko - --taiko
- --networkid 167000 - --networkid 167000
- --gcmode full - --gcmode full
@@ -62,7 +63,7 @@ services:
volumes: volumes:
- ./jwtsecret:/jwtsecret - ./jwtsecret:/jwtsecret
entrypoint: ["taiko-client", "driver"] entrypoint: ["taiko-client", "driver"]
command: > command:
- "--l1.ws ${ETHEREUM_MAINNET_EXECUTION_WS}" - "--l1.ws ${ETHEREUM_MAINNET_EXECUTION_WS}"
- "--l2.ws ws://taiko-alethia:8545" - "--l2.ws ws://taiko-alethia:8545"
- "--l1.beacon ${ETHEREUM_MAINNET_BEACON_REST}" - "--l1.beacon ${ETHEREUM_MAINNET_BEACON_REST}"

View File

@@ -14,7 +14,8 @@ services:
ports: ports:
- "10063:10063" - "10063:10063"
- "10063:10063/udp" - "10063:10063/udp"
command: > entrypoint: ["geth"]
command:
- --taiko - --taiko
- --networkid 167009 - --networkid 167009
- --gcmode archive - --gcmode archive
@@ -62,7 +63,7 @@ services:
volumes: volumes:
- ./jwtsecret:/jwtsecret - ./jwtsecret:/jwtsecret
entrypoint: ["taiko-client", "driver"] entrypoint: ["taiko-client", "driver"]
command: > command:
- "--l1.ws ${ETHEREUM_HOLESKY_EXECUTION_WS}" - "--l1.ws ${ETHEREUM_HOLESKY_EXECUTION_WS}"
- "--l2.ws ws://taiko-hekla-archive:8545" - "--l2.ws ws://taiko-hekla-archive:8545"
- "--l1.beacon ${ETHEREUM_HOLESKY_BEACON_REST}" - "--l1.beacon ${ETHEREUM_HOLESKY_BEACON_REST}"

View File

@@ -14,7 +14,8 @@ services:
ports: ports:
- "10396:10396" - "10396:10396"
- "10396:10396/udp" - "10396:10396/udp"
command: > entrypoint: ["geth"]
command:
- --taiko - --taiko
- --networkid 167009 - --networkid 167009
- --gcmode full - --gcmode full
@@ -62,7 +63,7 @@ services:
volumes: volumes:
- ./jwtsecret:/jwtsecret - ./jwtsecret:/jwtsecret
entrypoint: ["taiko-client", "driver"] entrypoint: ["taiko-client", "driver"]
command: > command:
- "--l1.ws ${ETHEREUM_HOLESKY_EXECUTION_WS}" - "--l1.ws ${ETHEREUM_HOLESKY_EXECUTION_WS}"
- "--l2.ws ws://taiko-hekla:8545" - "--l2.ws ws://taiko-hekla:8545"
- "--l1.beacon ${ETHEREUM_HOLESKY_BEACON_REST}" - "--l1.beacon ${ETHEREUM_HOLESKY_BEACON_REST}"