This commit is contained in:
Sebastian
2024-10-20 04:16:14 +02:00
parent 4af8d3a65e
commit 62fca8931f

View File

@@ -6,9 +6,7 @@ volumes:
services: services:
manta-pacific: manta-pacific:
build: image: "public.ecr.aws/i6b2w2n6/op-geth:5.2.0"
context: ./manta-pacific
dockerfile: Dockerfile.l2
ports: ports:
- "8545:8545" - "8545:8545"
- "8060:6060" - "8060:6060"
@@ -47,7 +45,7 @@ services:
manta-pacific-node: manta-pacific-node:
depends_on: depends_on:
- manta-pacific - manta-pacific
image: "public.ecr.aws/i6b2w2n6/op-node:celestia-3.0.0-dencun" image: "public.ecr.aws/i6b2w2n6/op-node:5.2.0"
stop_signal: SIGINT stop_signal: SIGINT
stop_grace_period: 30s stop_grace_period: 30s
environment: environment: