wroom
This commit is contained in:
66
arb/nitro/alephzero-mainnet-nitro-archive-leveldb-hash.yml
Normal file
66
arb/nitro/alephzero-mainnet-nitro-archive-leveldb-hash.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
alephzero-mainnet-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'alephzero-mainnet-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
- ./arb/mainnet/alephzero/:/config
|
||||||
|
- './tmp/alephzero-mainnet-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
|
||||||
|
- --node.feed.input.url=wss://feed.alephzero.raas.gelato.cloud
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=1411949971076304187394088912578077660717096867958
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.alephzero.raas.gelato.cloud
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.alephzero-mainnet-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/alephzero-mainnet-archive"
|
||||||
|
- "traefik.http.services.alephzero-mainnet-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.alephzero-mainnet-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.alephzero-mainnet-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.alephzero-mainnet-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/alephzero-mainnet-archive`)"
|
||||||
|
- "traefik.http.routers.alephzero-mainnet-nitro-archive-leveldb-hash.middlewares=alephzero-mainnet-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
alephzero-mainnet-nitro-archive-leveldb-hash
|
||||||
66
arb/nitro/alephzero-mainnet-nitro-pruned-pebble-path.yml
Normal file
66
arb/nitro/alephzero-mainnet-nitro-pruned-pebble-path.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
alephzero-mainnet:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'alephzero-mainnet-nitro-pruned-pebble-path:/persistent'
|
||||||
|
- ./arb/mainnet/alephzero/:/config
|
||||||
|
- './tmp/alephzero-mainnet:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
|
||||||
|
- --node.feed.input.url=wss://feed.alephzero.raas.gelato.cloud
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=1411949971076304187394088912578077660717096867958
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.alephzero.raas.gelato.cloud
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.alephzero-mainnet-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/alephzero-mainnet"
|
||||||
|
- "traefik.http.services.alephzero-mainnet-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.alephzero-mainnet-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.alephzero-mainnet-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.alephzero-mainnet-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/alephzero-mainnet`)"
|
||||||
|
- "traefik.http.routers.alephzero-mainnet-nitro-pruned-pebble-path.middlewares=alephzero-mainnet-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
alephzero-mainnet-nitro-pruned-pebble-path
|
||||||
66
arb/nitro/alephzero-sepolia-nitro-archive-leveldb-hash.yml
Normal file
66
arb/nitro/alephzero-sepolia-nitro-archive-leveldb-hash.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
alephzero-sepolia-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'alephzero-sepolia-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
- ./arb/sepolia/alephzero/:/config
|
||||||
|
- './tmp/alephzero-sepolia-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
|
||||||
|
- --node.feed.input.url=wss://feed.alephzero-testnet.gelato.digital
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=130937498521962644184395825246273622310592356541
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.alephzero-testnet.gelato.digital
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.alephzero-sepolia-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/alephzero-sepolia-archive"
|
||||||
|
- "traefik.http.services.alephzero-sepolia-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.alephzero-sepolia-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.alephzero-sepolia-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.alephzero-sepolia-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/alephzero-sepolia-archive`)"
|
||||||
|
- "traefik.http.routers.alephzero-sepolia-nitro-archive-leveldb-hash.middlewares=alephzero-sepolia-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
alephzero-sepolia-nitro-archive-leveldb-hash
|
||||||
66
arb/nitro/alephzero-sepolia-nitro-pruned-pebble-path.yml
Normal file
66
arb/nitro/alephzero-sepolia-nitro-pruned-pebble-path.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
alephzero-sepolia:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'alephzero-sepolia-nitro-pruned-pebble-path:/persistent'
|
||||||
|
- ./arb/sepolia/alephzero/:/config
|
||||||
|
- './tmp/alephzero-sepolia:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
|
||||||
|
- --node.feed.input.url=wss://feed.alephzero-testnet.gelato.digital
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=130937498521962644184395825246273622310592356541
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.alephzero-testnet.gelato.digital
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.alephzero-sepolia-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/alephzero-sepolia"
|
||||||
|
- "traefik.http.services.alephzero-sepolia-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.alephzero-sepolia-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.alephzero-sepolia-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.alephzero-sepolia-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/alephzero-sepolia`)"
|
||||||
|
- "traefik.http.routers.alephzero-sepolia-nitro-pruned-pebble-path.middlewares=alephzero-sepolia-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
alephzero-sepolia-nitro-pruned-pebble-path
|
||||||
57
arb/nitro/arbitrum-nova-nitro-archive-leveldb-hash.yml
Normal file
57
arb/nitro/arbitrum-nova-nitro-archive-leveldb-hash.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
arbitrum-nova-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'arbitrum-nova-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
|
||||||
|
- './tmp/arbitrum-nova-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --chain.id=42170
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=None
|
||||||
|
- --node.feed.input.url=None
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
- --init.latest=archive
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.arbitrum-nova-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/arbitrum-nova-archive"
|
||||||
|
- "traefik.http.services.arbitrum-nova-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.arbitrum-nova-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.arbitrum-nova-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.arbitrum-nova-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-nova-archive`)"
|
||||||
|
- "traefik.http.routers.arbitrum-nova-nitro-archive-leveldb-hash.middlewares=arbitrum-nova-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
arbitrum-nova-nitro-archive-leveldb-hash
|
||||||
57
arb/nitro/arbitrum-nova-nitro-pruned-pebble-hash.yml
Normal file
57
arb/nitro/arbitrum-nova-nitro-pruned-pebble-hash.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
arbitrum-nova:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'arbitrum-nova-nitro-pruned-pebble-hash:/persistent'
|
||||||
|
|
||||||
|
- './tmp/arbitrum-nova:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --chain.id=42170
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=None
|
||||||
|
- --node.feed.input.url=None
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- --init.latest=pruned
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.arbitrum-nova-nitro-pruned-pebble-hash-stripprefix.stripprefix.prefixes=/arbitrum-nova"
|
||||||
|
- "traefik.http.services.arbitrum-nova-nitro-pruned-pebble-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.arbitrum-nova-nitro-pruned-pebble-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.arbitrum-nova-nitro-pruned-pebble-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.arbitrum-nova-nitro-pruned-pebble-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-nova`)"
|
||||||
|
- "traefik.http.routers.arbitrum-nova-nitro-pruned-pebble-hash.middlewares=arbitrum-nova-nitro-pruned-pebble-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
arbitrum-nova-nitro-pruned-pebble-hash
|
||||||
57
arb/nitro/arbitrum-one-nitro-archive-leveldb-hash.yml
Normal file
57
arb/nitro/arbitrum-one-nitro-archive-leveldb-hash.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
arbitrum-one-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'arbitrum-one-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
|
||||||
|
- './tmp/arbitrum-one-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --chain.id=42161
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=None
|
||||||
|
- --node.feed.input.url=None
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
- --init.latest=archive
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.arbitrum-one-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/arbitrum-one-archive"
|
||||||
|
- "traefik.http.services.arbitrum-one-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-one-archive`)"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-archive-leveldb-hash.middlewares=arbitrum-one-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
arbitrum-one-nitro-archive-leveldb-hash
|
||||||
57
arb/nitro/arbitrum-one-nitro-pruned-pebble-hash.yml
Normal file
57
arb/nitro/arbitrum-one-nitro-pruned-pebble-hash.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
arbitrum-one:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'arbitrum-one-nitro-pruned-pebble-hash:/persistent'
|
||||||
|
|
||||||
|
- './tmp/arbitrum-one:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --chain.id=42161
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=None
|
||||||
|
- --node.feed.input.url=None
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- --init.latest=pruned
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.arbitrum-one-nitro-pruned-pebble-hash-stripprefix.stripprefix.prefixes=/arbitrum-one"
|
||||||
|
- "traefik.http.services.arbitrum-one-nitro-pruned-pebble-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-one`)"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-hash.middlewares=arbitrum-one-nitro-pruned-pebble-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
arbitrum-one-nitro-pruned-pebble-hash
|
||||||
57
arb/nitro/arbitrum-one-nitro-pruned-pebble-path.yml
Normal file
57
arb/nitro/arbitrum-one-nitro-pruned-pebble-path.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
arbitrum-one:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'arbitrum-one-nitro-pruned-pebble-path:/persistent'
|
||||||
|
|
||||||
|
- './tmp/arbitrum-one:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --chain.id=42161
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=None
|
||||||
|
- --node.feed.input.url=None
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
|
||||||
|
|
||||||
|
- --init.latest=genesis
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.arbitrum-one-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/arbitrum-one"
|
||||||
|
- "traefik.http.services.arbitrum-one-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-one`)"
|
||||||
|
- "traefik.http.routers.arbitrum-one-nitro-pruned-pebble-path.middlewares=arbitrum-one-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
arbitrum-one-nitro-pruned-pebble-path
|
||||||
57
arb/nitro/arbitrum-sepolia-nitro-archive-pebble-hash.yml
Normal file
57
arb/nitro/arbitrum-sepolia-nitro-archive-pebble-hash.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
arbitrum-sepolia-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'arbitrum-sepolia-nitro-archive-pebble-hash:/persistent'
|
||||||
|
|
||||||
|
- './tmp/arbitrum-sepolia-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --chain.id=421614
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=None
|
||||||
|
- --node.feed.input.url=None
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
- --init.latest=archive
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.arbitrum-sepolia-nitro-archive-pebble-hash-stripprefix.stripprefix.prefixes=/arbitrum-sepolia-archive"
|
||||||
|
- "traefik.http.services.arbitrum-sepolia-nitro-archive-pebble-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.arbitrum-sepolia-nitro-archive-pebble-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.arbitrum-sepolia-nitro-archive-pebble-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.arbitrum-sepolia-nitro-archive-pebble-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-sepolia-archive`)"
|
||||||
|
- "traefik.http.routers.arbitrum-sepolia-nitro-archive-pebble-hash.middlewares=arbitrum-sepolia-nitro-archive-pebble-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
arbitrum-sepolia-nitro-archive-pebble-hash
|
||||||
57
arb/nitro/arbitrum-sepolia-nitro-pruned-pebble-path.yml
Normal file
57
arb/nitro/arbitrum-sepolia-nitro-pruned-pebble-path.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
arbitrum-sepolia:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'arbitrum-sepolia-nitro-pruned-pebble-path:/persistent'
|
||||||
|
|
||||||
|
- './tmp/arbitrum-sepolia:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --chain.id=421614
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=None
|
||||||
|
- --node.feed.input.url=None
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.arbitrum-sepolia-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/arbitrum-sepolia"
|
||||||
|
- "traefik.http.services.arbitrum-sepolia-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.arbitrum-sepolia-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.arbitrum-sepolia-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.arbitrum-sepolia-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/arbitrum-sepolia`)"
|
||||||
|
- "traefik.http.routers.arbitrum-sepolia-nitro-pruned-pebble-path.middlewares=arbitrum-sepolia-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
arbitrum-sepolia-nitro-pruned-pebble-path
|
||||||
66
arb/nitro/connext-sepolia-nitro-archive-leveldb-hash.yml
Normal file
66
arb/nitro/connext-sepolia-nitro-archive-leveldb-hash.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
connext-sepolia-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'connext-sepolia-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
- ./arb/sepolia/connext/:/config
|
||||||
|
- './tmp/connext-sepolia-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
|
||||||
|
- --node.feed.input.url=wss://feed.connext-sepolia.gelato.digital
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=727095791318912381473707332248435763608420056676
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.connext-sepolia.gelato.digital
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.connext-sepolia-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/connext-sepolia-archive"
|
||||||
|
- "traefik.http.services.connext-sepolia-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.connext-sepolia-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.connext-sepolia-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.connext-sepolia-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/connext-sepolia-archive`)"
|
||||||
|
- "traefik.http.routers.connext-sepolia-nitro-archive-leveldb-hash.middlewares=connext-sepolia-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
connext-sepolia-nitro-archive-leveldb-hash
|
||||||
66
arb/nitro/connext-sepolia-nitro-pruned-pebble-path.yml
Normal file
66
arb/nitro/connext-sepolia-nitro-pruned-pebble-path.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
connext-sepolia:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'connext-sepolia-nitro-pruned-pebble-path:/persistent'
|
||||||
|
- ./arb/sepolia/connext/:/config
|
||||||
|
- './tmp/connext-sepolia:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
|
||||||
|
- --node.feed.input.url=wss://feed.connext-sepolia.gelato.digital
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=727095791318912381473707332248435763608420056676
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.connext-sepolia.gelato.digital
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.connext-sepolia-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/connext-sepolia"
|
||||||
|
- "traefik.http.services.connext-sepolia-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.connext-sepolia-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.connext-sepolia-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.connext-sepolia-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/connext-sepolia`)"
|
||||||
|
- "traefik.http.routers.connext-sepolia-nitro-pruned-pebble-path.middlewares=connext-sepolia-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
connext-sepolia-nitro-pruned-pebble-path
|
||||||
66
arb/nitro/everclear-mainnet-nitro-archive-leveldb-hash.yml
Normal file
66
arb/nitro/everclear-mainnet-nitro-archive-leveldb-hash.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
everclear-mainnet-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'everclear-mainnet-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
- ./arb/mainnet/everclear/:/config
|
||||||
|
- './tmp/everclear-mainnet-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
|
||||||
|
- --node.feed.input.url=wss://feed.everclear.raas.gelato.cloud
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=727095791318912381473707332248435763608420056676
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.everclear.raas.gelato.cloud
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.everclear-mainnet-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/everclear-mainnet-archive"
|
||||||
|
- "traefik.http.services.everclear-mainnet-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.everclear-mainnet-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.everclear-mainnet-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.everclear-mainnet-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/everclear-mainnet-archive`)"
|
||||||
|
- "traefik.http.routers.everclear-mainnet-nitro-archive-leveldb-hash.middlewares=everclear-mainnet-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
everclear-mainnet-nitro-archive-leveldb-hash
|
||||||
66
arb/nitro/everclear-mainnet-nitro-pruned-pebble-path.yml
Normal file
66
arb/nitro/everclear-mainnet-nitro-pruned-pebble-path.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
everclear-mainnet:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'everclear-mainnet-nitro-pruned-pebble-path:/persistent'
|
||||||
|
- ./arb/mainnet/everclear/:/config
|
||||||
|
- './tmp/everclear-mainnet:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
|
||||||
|
- --node.feed.input.url=wss://feed.everclear.raas.gelato.cloud
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=727095791318912381473707332248435763608420056676
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.everclear.raas.gelato.cloud
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.everclear-mainnet-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/everclear-mainnet"
|
||||||
|
- "traefik.http.services.everclear-mainnet-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.everclear-mainnet-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.everclear-mainnet-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.everclear-mainnet-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/everclear-mainnet`)"
|
||||||
|
- "traefik.http.routers.everclear-mainnet-nitro-pruned-pebble-path.middlewares=everclear-mainnet-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
everclear-mainnet-nitro-pruned-pebble-path
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
opencampuscodex-sepolia-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'opencampuscodex-sepolia-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
- ./arb/arb-sepolia/opencampuscodex/:/config
|
||||||
|
- './tmp/opencampuscodex-sepolia-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital
|
||||||
|
- --node.feed.input.url=wss://feed.open-campus-codex.gelato.digital
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=1297541082195356755105700451499873350464260779639
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.open-campus-codex.gelato.digital
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.opencampuscodex-sepolia-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/opencampuscodex-sepolia-archive"
|
||||||
|
- "traefik.http.services.opencampuscodex-sepolia-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.opencampuscodex-sepolia-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.opencampuscodex-sepolia-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.opencampuscodex-sepolia-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/opencampuscodex-sepolia-archive`)"
|
||||||
|
- "traefik.http.routers.opencampuscodex-sepolia-nitro-archive-leveldb-hash.middlewares=opencampuscodex-sepolia-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
opencampuscodex-sepolia-nitro-archive-leveldb-hash
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
opencampuscodex-sepolia:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'opencampuscodex-sepolia-nitro-pruned-pebble-path:/persistent'
|
||||||
|
- ./arb/arb-sepolia/opencampuscodex/:/config
|
||||||
|
- './tmp/opencampuscodex-sepolia:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital
|
||||||
|
- --node.feed.input.url=wss://feed.open-campus-codex.gelato.digital
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=1297541082195356755105700451499873350464260779639
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.open-campus-codex.gelato.digital
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.opencampuscodex-sepolia-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/opencampuscodex-sepolia"
|
||||||
|
- "traefik.http.services.opencampuscodex-sepolia-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.opencampuscodex-sepolia-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.opencampuscodex-sepolia-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.opencampuscodex-sepolia-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/opencampuscodex-sepolia`)"
|
||||||
|
- "traefik.http.routers.opencampuscodex-sepolia-nitro-pruned-pebble-path.middlewares=opencampuscodex-sepolia-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
opencampuscodex-sepolia-nitro-pruned-pebble-path
|
||||||
66
arb/nitro/playblock-mainnet-nitro-archive-leveldb-hash.yml
Normal file
66
arb/nitro/playblock-mainnet-nitro-archive-leveldb-hash.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
playblock-mainnet-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'playblock-mainnet-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
- ./arb/nova/real/:/config
|
||||||
|
- './tmp/playblock-mainnet-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=https://rpc.playblock.io
|
||||||
|
- --node.feed.input.url=wss://feed.playblock.io
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=1297541082195356755105700451499873350464260779639
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_NOVA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_NOVA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.playblock.io
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.playblock-mainnet-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/playblock-mainnet-archive"
|
||||||
|
- "traefik.http.services.playblock-mainnet-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.playblock-mainnet-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.playblock-mainnet-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.playblock-mainnet-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/playblock-mainnet-archive`)"
|
||||||
|
- "traefik.http.routers.playblock-mainnet-nitro-archive-leveldb-hash.middlewares=playblock-mainnet-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
playblock-mainnet-nitro-archive-leveldb-hash
|
||||||
66
arb/nitro/playblock-mainnet-nitro-pruned-pebble-path.yml
Normal file
66
arb/nitro/playblock-mainnet-nitro-pruned-pebble-path.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
playblock-mainnet:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'playblock-mainnet-nitro-pruned-pebble-path:/persistent'
|
||||||
|
- ./arb/nova/real/:/config
|
||||||
|
- './tmp/playblock-mainnet:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=https://rpc.playblock.io
|
||||||
|
- --node.feed.input.url=wss://feed.playblock.io
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=1297541082195356755105700451499873350464260779639
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_NOVA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_NOVA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.playblock.io
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.playblock-mainnet-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/playblock-mainnet"
|
||||||
|
- "traefik.http.services.playblock-mainnet-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.playblock-mainnet-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.playblock-mainnet-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.playblock-mainnet-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/playblock-mainnet`)"
|
||||||
|
- "traefik.http.routers.playblock-mainnet-nitro-pruned-pebble-path.middlewares=playblock-mainnet-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
playblock-mainnet-nitro-pruned-pebble-path
|
||||||
66
arb/nitro/real-mainnet-nitro-archive-leveldb-hash.yml
Normal file
66
arb/nitro/real-mainnet-nitro-archive-leveldb-hash.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
real-mainnet-archive:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'real-mainnet-nitro-archive-leveldb-hash:/persistent'
|
||||||
|
- ./arb/nova/real/:/config
|
||||||
|
- './tmp/real-mainnet-archive:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --persistent.db-engine=leveldb
|
||||||
|
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital
|
||||||
|
- --node.feed.input.url=wss://feed.realforreal.gelato.digital
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=466813324240923703236721233648302990016039913376
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_NOVA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_NOVA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.realforreal.gelato.digital
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
- --execution.caching.archive=true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.real-mainnet-nitro-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/real-mainnet-archive"
|
||||||
|
- "traefik.http.services.real-mainnet-nitro-archive-leveldb-hash.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.real-mainnet-nitro-archive-leveldb-hash.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.real-mainnet-nitro-archive-leveldb-hash.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.real-mainnet-nitro-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/real-mainnet-archive`)"
|
||||||
|
- "traefik.http.routers.real-mainnet-nitro-archive-leveldb-hash.middlewares=real-mainnet-nitro-archive-leveldb-hash-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
real-mainnet-nitro-archive-leveldb-hash
|
||||||
66
arb/nitro/real-mainnet-nitro-pruned-pebble-path.yml
Normal file
66
arb/nitro/real-mainnet-nitro-pruned-pebble-path.yml
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
real-mainnet:
|
||||||
|
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.5.3-0a9c975}'
|
||||||
|
stop_grace_period: 3m
|
||||||
|
user: root
|
||||||
|
volumes:
|
||||||
|
- 'real-mainnet-nitro-pruned-pebble-path:/persistent'
|
||||||
|
- ./arb/nova/real/:/config
|
||||||
|
- './tmp/real-mainnet:/tmp'
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
|
- --persistent.ancient=/persistent/ancient
|
||||||
|
- --persistent.chain=/persistent/chain
|
||||||
|
- --persistent.global-config=/persistent/global-config
|
||||||
|
- --execution.caching.state-scheme=path
|
||||||
|
- --persistent.db-engine=pebble
|
||||||
|
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital
|
||||||
|
- --node.feed.input.url=wss://feed.realforreal.gelato.digital
|
||||||
|
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
|
- --http.corsdomain=*
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --ws.port=8545
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --metrics
|
||||||
|
- --metrics-server.addr=0.0.0.0
|
||||||
|
- --metrics-server.port=6070
|
||||||
|
- --log-type=json
|
||||||
|
- --node.data-availability.enable=true
|
||||||
|
- --node.data-availability.sequencer-inbox-address=466813324240923703236721233648302990016039913376
|
||||||
|
- --node.data-availability.parent-chain-node-url=${ETHEREUM_NOVA_EXECUTION_RPC}
|
||||||
|
- --parent-chain.blob-client.beacon-url=${ETHEREUM_NOVA_BEACON_REST}
|
||||||
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
|
- --node.data-availability.rest-aggregator.urls=https://das.realforreal.gelato.digital
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.real-mainnet-nitro-pruned-pebble-path-stripprefix.stripprefix.prefixes=/real-mainnet"
|
||||||
|
- "traefik.http.services.real-mainnet-nitro-pruned-pebble-path.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.real-mainnet-nitro-pruned-pebble-path.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.real-mainnet-nitro-pruned-pebble-path.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.real-mainnet-nitro-pruned-pebble-path.rule=Host(`$DOMAIN`) && PathPrefix(`/real-mainnet`)"
|
||||||
|
- "traefik.http.routers.real-mainnet-nitro-pruned-pebble-path.middlewares=real-mainnet-nitro-pruned-pebble-path-stripprefix, ipwhitelist"
|
||||||
|
networks:
|
||||||
|
- chains
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
real-mainnet-nitro-pruned-pebble-path
|
||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- base-mainnet-op-geth-archive-leveldb-hash:/data
|
- base-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./base/base-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=base-mainnet"
|
- "GETH_OP_NETWORK=base-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./base/base-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- base-mainnet-op-geth-pruned-pebble-path:/data
|
- base-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./base/base-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=base-mainnet"
|
- "GETH_OP_NETWORK=base-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./base/base-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- base-sepolia-op-geth-archive-leveldb-hash:/data
|
- base-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./base/base-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=base-sepolia"
|
- "GETH_OP_NETWORK=base-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./base/base-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- base-sepolia-op-geth-pruned-pebble-path:/data
|
- base-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./base/base-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=base-sepolia"
|
- "GETH_OP_NETWORK=base-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./base/base-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- blast-mainnet-op-geth-pruned-pebble-hash:/data
|
- blast-mainnet-op-geth-pruned-pebble-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
- ./blast-io/mainnet:/config
|
- ./blast-io/mainnet:/config
|
||||||
|
env_file:
|
||||||
|
- ./blast/blast-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=blast-mainnet"
|
- "GETH_OP_NETWORK=blast-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
- ./blast-io/mainnet:/config
|
- ./blast-io/mainnet:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./blast/blast-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- blast-sepolia-op-geth-pruned-pebble-hash:/data
|
- blast-sepolia-op-geth-pruned-pebble-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
- ./blast-io/sepolia:/config
|
- ./blast-io/sepolia:/config
|
||||||
|
env_file:
|
||||||
|
- ./blast/blast-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=blast-sepolia"
|
- "GETH_OP_NETWORK=blast-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
- ./blast-io/sepolia:/config
|
- ./blast-io/sepolia:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./blast/blast-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- bob-mainnet-op-geth-archive-leveldb-hash:/data
|
- bob-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./bob/bob-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=bob-mainnet"
|
- "GETH_OP_NETWORK=bob-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./bob/bob-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- bob-mainnet-op-geth-pruned-pebble-path:/data
|
- bob-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./bob/bob-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=bob-mainnet"
|
- "GETH_OP_NETWORK=bob-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./bob/bob-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- boba-mainnet-op-geth-pruned-pebble-path:/data
|
- boba-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./boba/boba-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=boba-mainnet"
|
- "GETH_OP_NETWORK=boba-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./boba/boba-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- boba-sepolia-op-geth-pruned-pebble-path:/data
|
- boba-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./boba/boba-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=boba-sepolia"
|
- "GETH_OP_NETWORK=boba-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./boba/boba-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data
|
- hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./hashkeychain/hashkeychain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=hashkeychain-mainnet"
|
- "GETH_OP_NETWORK=hashkeychain-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./hashkeychain/hashkeychain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- hashkeychain-mainnet-op-geth-pruned-pebble-path:/data
|
- hashkeychain-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./hashkeychain/hashkeychain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=hashkeychain-mainnet"
|
- "GETH_OP_NETWORK=hashkeychain-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./hashkeychain/hashkeychain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- ink-mainnet-op-geth-archive-leveldb-hash:/data
|
- ink-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./ink/ink-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=ink-mainnet"
|
- "GETH_OP_NETWORK=ink-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./ink/ink-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- ink-mainnet-op-geth-pruned-pebble-path:/data
|
- ink-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./ink/ink-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=ink-mainnet"
|
- "GETH_OP_NETWORK=ink-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./ink/ink-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- ink-sepolia-op-geth-archive-leveldb-hash:/data
|
- ink-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./ink/ink-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=ink-sepolia"
|
- "GETH_OP_NETWORK=ink-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./ink/ink-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- ink-sepolia-op-geth-pruned-pebble-path:/data
|
- ink-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./ink/ink-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=ink-sepolia"
|
- "GETH_OP_NETWORK=ink-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./ink/ink-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- lisk-mainnet-op-geth-archive-leveldb-hash:/data
|
- lisk-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./lisk/lisk-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=lisk-mainnet"
|
- "GETH_OP_NETWORK=lisk-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./lisk/lisk-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- lisk-mainnet-op-geth-pruned-pebble-path:/data
|
- lisk-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./lisk/lisk-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=lisk-mainnet"
|
- "GETH_OP_NETWORK=lisk-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./lisk/lisk-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- lisk-sepolia-op-geth-archive-leveldb-hash:/data
|
- lisk-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./lisk/lisk-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=lisk-sepolia"
|
- "GETH_OP_NETWORK=lisk-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./lisk/lisk-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- lisk-sepolia-op-geth-pruned-pebble-path:/data
|
- lisk-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./lisk/lisk-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=lisk-sepolia"
|
- "GETH_OP_NETWORK=lisk-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./lisk/lisk-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- metal-mainnet-op-geth-archive-leveldb-hash:/data
|
- metal-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./metal/metal-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=metal-mainnet"
|
- "GETH_OP_NETWORK=metal-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./metal/metal-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- metal-mainnet-op-geth-pruned-pebble-path:/data
|
- metal-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./metal/metal-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=metal-mainnet"
|
- "GETH_OP_NETWORK=metal-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./metal/metal-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- metal-sepolia-op-geth-archive-leveldb-hash:/data
|
- metal-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./metal/metal-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=metal-sepolia"
|
- "GETH_OP_NETWORK=metal-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./metal/metal-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- metal-sepolia-op-geth-pruned-pebble-path:/data
|
- metal-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./metal/metal-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=metal-sepolia"
|
- "GETH_OP_NETWORK=metal-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./metal/metal-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- mode-mainnet-op-geth-archive-leveldb-hash:/data
|
- mode-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./mode/mode-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=mode-mainnet"
|
- "GETH_OP_NETWORK=mode-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./mode/mode-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- mode-mainnet-op-geth-pruned-pebble-path:/data
|
- mode-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./mode/mode-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=mode-mainnet"
|
- "GETH_OP_NETWORK=mode-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./mode/mode-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- mode-sepolia-op-geth-archive-leveldb-hash:/data
|
- mode-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./mode/mode-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=mode-sepolia"
|
- "GETH_OP_NETWORK=mode-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./mode/mode-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- mode-sepolia-op-geth-pruned-pebble-path:/data
|
- mode-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./mode/mode-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=mode-sepolia"
|
- "GETH_OP_NETWORK=mode-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./mode/mode-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- op-mainnet-op-geth-archive-leveldb-hash:/data
|
- op-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./op/op-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=op-mainnet"
|
- "GETH_OP_NETWORK=op-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./op/op-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- op-mainnet-op-geth-pruned-pebble-path:/data
|
- op-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./op/op-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=op-mainnet"
|
- "GETH_OP_NETWORK=op-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./op/op-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- op-sepolia-op-geth-archive-leveldb-hash:/data
|
- op-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./op/op-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=op-sepolia"
|
- "GETH_OP_NETWORK=op-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./op/op-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- op-sepolia-op-geth-pruned-pebble-path:/data
|
- op-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./op/op-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=op-sepolia"
|
- "GETH_OP_NETWORK=op-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./op/op-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- snax-mainnet-op-geth-archive-leveldb-hash:/data
|
- snax-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./snax/snax-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=snax-mainnet"
|
- "GETH_OP_NETWORK=snax-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./snax/snax-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- snax-mainnet-op-geth-pruned-pebble-path:/data
|
- snax-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./snax/snax-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=snax-mainnet"
|
- "GETH_OP_NETWORK=snax-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./snax/snax-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- swell-mainnet-op-geth-archive-leveldb-hash:/data
|
- swell-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./swell/swell-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=swell-mainnet"
|
- "GETH_OP_NETWORK=swell-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./swell/swell-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- swell-mainnet-op-geth-pruned-pebble-path:/data
|
- swell-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./swell/swell-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=swell-mainnet"
|
- "GETH_OP_NETWORK=swell-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./swell/swell-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- unichain-mainnet-op-geth-archive-leveldb-hash:/data
|
- unichain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./unichain/unichain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=unichain-mainnet"
|
- "GETH_OP_NETWORK=unichain-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./unichain/unichain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- unichain-mainnet-op-geth-pruned-pebble-path:/data
|
- unichain-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./unichain/unichain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=unichain-mainnet"
|
- "GETH_OP_NETWORK=unichain-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./unichain/unichain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- unichain-sepolia-op-geth-archive-leveldb-hash:/data
|
- unichain-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./unichain/unichain-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=unichain-sepolia"
|
- "GETH_OP_NETWORK=unichain-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./unichain/unichain-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- unichain-sepolia-op-geth-pruned-pebble-path:/data
|
- unichain-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./unichain/unichain-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=unichain-sepolia"
|
- "GETH_OP_NETWORK=unichain-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./unichain/unichain-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- worldchain-mainnet-op-geth-archive-leveldb-hash:/data
|
- worldchain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./worldchain/worldchain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=worldchain-mainnet"
|
- "GETH_OP_NETWORK=worldchain-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./worldchain/worldchain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- worldchain-mainnet-op-geth-pruned-pebble-path:/data
|
- worldchain-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./worldchain/worldchain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=worldchain-mainnet"
|
- "GETH_OP_NETWORK=worldchain-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./worldchain/worldchain-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- worldchain-sepolia-op-geth-archive-leveldb-hash:/data
|
- worldchain-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./worldchain/worldchain-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=worldchain-sepolia"
|
- "GETH_OP_NETWORK=worldchain-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./worldchain/worldchain-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- worldchain-sepolia-op-geth-pruned-pebble-path:/data
|
- worldchain-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./worldchain/worldchain-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=worldchain-sepolia"
|
- "GETH_OP_NETWORK=worldchain-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./worldchain/worldchain-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- zora-mainnet-op-geth-archive-leveldb-hash:/data
|
- zora-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./zora/zora-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=zora-mainnet"
|
- "GETH_OP_NETWORK=zora-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./zora/zora-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- zora-mainnet-op-geth-pruned-pebble-path:/data
|
- zora-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./zora/zora-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=zora-mainnet"
|
- "GETH_OP_NETWORK=zora-mainnet"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./zora/zora-mainnet.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- zora-sepolia-op-geth-archive-leveldb-hash:/data
|
- zora-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./zora/zora-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=zora-sepolia"
|
- "GETH_OP_NETWORK=zora-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./zora/zora-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
- zora-sepolia-op-geth-pruned-pebble-path:/data
|
- zora-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
|
env_file:
|
||||||
|
- ./zora/zora-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- "GETH_DATADIR=/data"
|
- "GETH_DATADIR=/data"
|
||||||
- "GETH_OP_NETWORK=zora-sepolia"
|
- "GETH_OP_NETWORK=zora-sepolia"
|
||||||
@@ -73,6 +75,8 @@ services:
|
|||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
env_file:
|
||||||
|
- ./zora/zora-sepolia.env
|
||||||
environment:
|
environment:
|
||||||
- OP_NODE_NETWORK={{ service_name }}
|
- OP_NODE_NETWORK={{ service_name }}
|
||||||
- "OP_NODE_SYNCMODE=execution-layer"
|
- "OP_NODE_SYNCMODE=execution-layer"
|
||||||
|
|||||||
Reference in New Issue
Block a user