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:
- base-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./base/base-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=base-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./base/base-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- blast-mainnet-op-geth-pruned-pebble-hash:/data
- .jwtsecret:/jwtsecret
- ./blast-io/mainnet:/config
- ./blast-io/mainnet:/config
env_file:
- ./blast/blast-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=blast-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
- ./blast-io/mainnet:/config
stop_grace_period: 30s
env_file:
- ./blast/blast-mainnet.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -19,7 +19,9 @@ services:
volumes:
- blast-sepolia-op-geth-pruned-pebble-hash:/data
- .jwtsecret:/jwtsecret
- ./blast-io/sepolia:/config
- ./blast-io/sepolia:/config
env_file:
- ./blast/blast-sepolia.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=blast-sepolia"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
- ./blast-io/sepolia:/config
stop_grace_period: 30s
env_file:
- ./blast/blast-sepolia.env
environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -19,7 +19,9 @@ services:
volumes:
- bob-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./bob/bob-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=bob-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./bob/bob-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./hashkeychain/hashkeychain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=hashkeychain-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./hashkeychain/hashkeychain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- ink-sepolia-op-geth-archive-leveldb-hash:/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"

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"

View File

@@ -19,7 +19,9 @@ services:
volumes:
- lisk-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./lisk/lisk-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=lisk-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./lisk/lisk-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- metal-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./metal/metal-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=metal-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./metal/metal-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- mode-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./mode/mode-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=mode-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./mode/mode-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- snax-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./snax/snax-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=snax-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./snax/snax-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- swell-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./swell/swell-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=swell-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./swell/swell-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- unichain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./unichain/unichain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=unichain-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./unichain/unichain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- worldchain-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./worldchain/worldchain-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=worldchain-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./worldchain/worldchain-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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

View File

@@ -19,7 +19,9 @@ services:
volumes:
- zora-mainnet-op-geth-archive-leveldb-hash:/data
- .jwtsecret:/jwtsecret
env_file:
- ./zora/zora-mainnet.env
environment:
- "GETH_DATADIR=/data"
- "GETH_OP_NETWORK=zora-mainnet"
@@ -73,6 +75,8 @@ services:
- .jwtsecret:/jwtsecret
stop_grace_period: 30s
env_file:
- ./zora/zora-mainnet.env
environment:
- OP_NODE_NETWORK={{ service_name }}
- "OP_NODE_SYNCMODE=execution-layer"

View File

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

View File

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

View File

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