This commit is contained in:
squidbear
2025-03-27 07:13:13 +01:00
parent 870d099f0d
commit a6c94940df
69 changed files with 1563 additions and 48 deletions

View File

@@ -19,7 +19,9 @@ services:
volumes:
- ink-sepolia-op-geth-pruned-pebble-path:/data
- .jwtsecret:/jwtsecret
env_file:
- ./ink/ink-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=ink-sepolia"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./ink/ink-sepolia.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"