This commit is contained in:
Sebastian
2024-10-20 04:41:03 +02:00
parent 0f31d7fd46
commit 933c5174fd
15 changed files with 15 additions and 4 deletions

View File

@@ -6,7 +6,9 @@ volumes:
services:
manta-pacific:
image: "public.ecr.aws/i6b2w2n6/op-geth:5.2.0"
build:
context: .
dockerfile: Dockerfile.l2
ports:
- "8545:8545"
- "8060:6060"
@@ -20,6 +22,8 @@ services:
GETH_OVERRIDE_CANYON: "1726783200"
GETH_OVERRIDE_ECOTONE: "1726783200"
command:
- "/bin/sh"
- "/entrypoint.sh"
- "--rollup.sequencerhttp=https://manta-pacific.calderachain.xyz/http"
- "--authrpc.jwtsecret=/config/test-jwt-secret.txt"