fix
This commit is contained in:
@@ -65,6 +65,7 @@ services:
|
|||||||
- "CHAINNAME=bepolia"
|
- "CHAINNAME=bepolia"
|
||||||
- "CHAINID=80069"
|
- "CHAINID=80069"
|
||||||
- "AUTH_RPC=http://berachain-bepolia-archive:8551"
|
- "AUTH_RPC=http://berachain-bepolia-archive:8551"
|
||||||
|
- "AUTH_RPC=http://berachain-bepolia-archive:8545"
|
||||||
- "CHAIN_SPEC=testnet"
|
- "CHAIN_SPEC=testnet"
|
||||||
entrypoint: [ "sh", "/init.sh" ]
|
entrypoint: [ "sh", "/init.sh" ]
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ services:
|
|||||||
- "CHAINNAME=bepolia"
|
- "CHAINNAME=bepolia"
|
||||||
- "CHAINID=80069"
|
- "CHAINID=80069"
|
||||||
- "AUTH_RPC=http://berachain-bepolia:8551"
|
- "AUTH_RPC=http://berachain-bepolia:8551"
|
||||||
|
- "AUTH_RPC=http://berachain-bepolia:8545"
|
||||||
- "CHAIN_SPEC=testnet"
|
- "CHAIN_SPEC=testnet"
|
||||||
entrypoint: [ "sh", "/init.sh" ]
|
entrypoint: [ "sh", "/init.sh" ]
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ services:
|
|||||||
- "CHAINNAME=mainnet"
|
- "CHAINNAME=mainnet"
|
||||||
- "CHAINID=80094"
|
- "CHAINID=80094"
|
||||||
- "AUTH_RPC=http://berachain-mainnet-archive:8551"
|
- "AUTH_RPC=http://berachain-mainnet-archive:8551"
|
||||||
|
- "AUTH_RPC=http://berachain-mainnet-archive:8545"
|
||||||
- "CHAIN_SPEC=mainnet"
|
- "CHAIN_SPEC=mainnet"
|
||||||
entrypoint: [ "sh", "/init.sh" ]
|
entrypoint: [ "sh", "/init.sh" ]
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ services:
|
|||||||
- "CHAINNAME=mainnet"
|
- "CHAINNAME=mainnet"
|
||||||
- "CHAINID=80094"
|
- "CHAINID=80094"
|
||||||
- "AUTH_RPC=http://berachain-mainnet:8551"
|
- "AUTH_RPC=http://berachain-mainnet:8551"
|
||||||
|
- "AUTH_RPC=http://berachain-mainnet:8545"
|
||||||
- "CHAIN_SPEC=mainnet"
|
- "CHAIN_SPEC=mainnet"
|
||||||
entrypoint: [ "sh", "/init.sh" ]
|
entrypoint: [ "sh", "/init.sh" ]
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
|
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
|
||||||
volumes:
|
volumes:
|
||||||
- "celo-alfajores-op-geth-archive-leveldb-hash:/datadir"
|
- "celo-alfajores-op-geth-archive-leveldb-hash:/datadir"
|
||||||
- ".jwtsecret:/shared/jwt.txt"
|
- ".jwtsecret:/shared/jwt.txt:ro"
|
||||||
- "./celo/alfajores/:/chainconfig"
|
- "./celo/alfajores/:/chainconfig"
|
||||||
- "./celo/scripts/:/scripts"
|
- "./celo/scripts/:/scripts"
|
||||||
ports:
|
ports:
|
||||||
@@ -82,7 +82,7 @@ services:
|
|||||||
--rollup.halt=major
|
--rollup.halt=major
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./celo/alfajores/:/chainconfigs/
|
- ./celo/alfajores/:/chainconfigs/
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
|
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
|
||||||
volumes:
|
volumes:
|
||||||
- "celo-alfajores-op-geth-pruned-pebble-path:/datadir"
|
- "celo-alfajores-op-geth-pruned-pebble-path:/datadir"
|
||||||
- ".jwtsecret:/shared/jwt.txt"
|
- ".jwtsecret:/shared/jwt.txt:ro"
|
||||||
- "./celo/alfajores/:/chainconfig"
|
- "./celo/alfajores/:/chainconfig"
|
||||||
- "./celo/scripts/:/scripts"
|
- "./celo/scripts/:/scripts"
|
||||||
ports:
|
ports:
|
||||||
@@ -82,7 +82,7 @@ services:
|
|||||||
--rollup.halt=major
|
--rollup.halt=major
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./celo/alfajores/:/chainconfigs/
|
- ./celo/alfajores/:/chainconfigs/
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
|
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
|
||||||
volumes:
|
volumes:
|
||||||
- "celo-mainnet-op-geth-archive-leveldb-hash:/datadir"
|
- "celo-mainnet-op-geth-archive-leveldb-hash:/datadir"
|
||||||
- ".jwtsecret:/shared/jwt.txt"
|
- ".jwtsecret:/shared/jwt.txt:ro"
|
||||||
- "./celo/mainnet/:/chainconfig"
|
- "./celo/mainnet/:/chainconfig"
|
||||||
- "./celo/scripts/:/scripts"
|
- "./celo/scripts/:/scripts"
|
||||||
ports:
|
ports:
|
||||||
@@ -82,7 +82,7 @@ services:
|
|||||||
--rollup.halt=major
|
--rollup.halt=major
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./celo/mainnet/:/chainconfigs/
|
- ./celo/mainnet/:/chainconfigs/
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
|
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
|
||||||
volumes:
|
volumes:
|
||||||
- "celo-mainnet-op-geth-pruned-pebble-path:/datadir"
|
- "celo-mainnet-op-geth-pruned-pebble-path:/datadir"
|
||||||
- ".jwtsecret:/shared/jwt.txt"
|
- ".jwtsecret:/shared/jwt.txt:ro"
|
||||||
- "./celo/mainnet/:/chainconfig"
|
- "./celo/mainnet/:/chainconfig"
|
||||||
- "./celo/scripts/:/scripts"
|
- "./celo/scripts/:/scripts"
|
||||||
ports:
|
ports:
|
||||||
@@ -82,7 +82,7 @@ services:
|
|||||||
--rollup.halt=major
|
--rollup.halt=major
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./celo/mainnet/:/chainconfigs/
|
- ./celo/mainnet/:/chainconfigs/
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-holesky-geth-pruned-pebble-path:/data"
|
- "ethereum-holesky-geth-pruned-pebble-path:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
@@ -74,7 +74,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-holesky-geth-pruned-pebble-path_prysm:/data"
|
- "ethereum-holesky-geth-pruned-pebble-path_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-mainnet-geth-pruned-pebble-path:/data"
|
- "ethereum-mainnet-geth-pruned-pebble-path:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
@@ -74,7 +74,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-mainnet-geth-pruned-pebble-path_prysm:/data"
|
- "ethereum-mainnet-geth-pruned-pebble-path_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-sepolia-geth-pruned-pebble-path:/data"
|
- "ethereum-sepolia-geth-pruned-pebble-path:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
@@ -74,7 +74,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-sepolia-geth-pruned-pebble-path_prysm:/data"
|
- "ethereum-sepolia-geth-pruned-pebble-path_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "ethereum-holesky-reth-archive-trace:/root/.local/share/reth/holesky"
|
- "ethereum-holesky-reth-archive-trace:/root/.local/share/reth/holesky"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-holesky-reth-archive-trace_prysm:/data"
|
- "ethereum-holesky-reth-archive-trace_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "ethereum-holesky-reth-pruned-trace:/root/.local/share/reth/holesky"
|
- "ethereum-holesky-reth-pruned-trace:/root/.local/share/reth/holesky"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-holesky-reth-pruned-trace_prysm:/data"
|
- "ethereum-holesky-reth-pruned-trace_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "ethereum-mainnet-reth-archive-trace:/root/.local/share/reth/mainnet"
|
- "ethereum-mainnet-reth-archive-trace:/root/.local/share/reth/mainnet"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-mainnet-reth-archive-trace_prysm:/data"
|
- "ethereum-mainnet-reth-archive-trace_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "ethereum-mainnet-reth-pruned-trace:/root/.local/share/reth/mainnet"
|
- "ethereum-mainnet-reth-pruned-trace:/root/.local/share/reth/mainnet"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-mainnet-reth-pruned-trace_prysm:/data"
|
- "ethereum-mainnet-reth-pruned-trace_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "ethereum-sepolia-reth-archive-trace:/root/.local/share/reth/sepolia"
|
- "ethereum-sepolia-reth-archive-trace:/root/.local/share/reth/sepolia"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-sepolia-reth-archive-trace_prysm:/data"
|
- "ethereum-sepolia-reth-archive-trace_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "ethereum-sepolia-reth-pruned-trace:/root/.local/share/reth/sepolia"
|
- "ethereum-sepolia-reth-pruned-trace:/root/.local/share/reth/sepolia"
|
||||||
- "/slowdisk:/slowdisk"
|
- "/slowdisk:/slowdisk"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
- 9001
|
- 9001
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- "ethereum-sepolia-reth-pruned-trace_prysm:/data"
|
- "ethereum-sepolia-reth-pruned-trace_prysm:/data"
|
||||||
- ".jwtsecret:/jwtsecret"
|
- ".jwtsecret:/jwtsecret:ro"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- base-mainnet-op-geth-archive-leveldb-hash:/data
|
- base-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- base-mainnet-op-geth-pruned-pebble-path:/data
|
- base-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- base-sepolia-op-geth-archive-leveldb-hash:/data
|
- base-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- base-sepolia-op-geth-pruned-pebble-path:/data
|
- base-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- blast-mainnet-op-geth-pruned-pebble-hash:/data
|
- blast-mainnet-op-geth-pruned-pebble-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/mainnet:/config
|
- ./blast-io/mainnet:/config
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast-io/mainnet/.env
|
- ./blast-io/mainnet/.env
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/mainnet:/config
|
- ./blast-io/mainnet:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- blast-sepolia-op-geth-pruned-pebble-hash:/data
|
- blast-sepolia-op-geth-pruned-pebble-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/sepolia:/config
|
- ./blast-io/sepolia:/config
|
||||||
env_file:
|
env_file:
|
||||||
- ./blast-io/sepolia/.env
|
- ./blast-io/sepolia/.env
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./blast-io/sepolia:/config
|
- ./blast-io/sepolia:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- bob-mainnet-op-geth-archive-leveldb-hash:/data
|
- bob-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- bob-mainnet-op-geth-pruned-pebble-path:/data
|
- bob-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- boba-mainnet-op-geth-pruned-pebble-path:/data
|
- boba-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- boba-sepolia-op-geth-pruned-pebble-path:/data
|
- boba-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data
|
- hashkeychain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- hashkeychain-mainnet-op-geth-pruned-pebble-path:/data
|
- hashkeychain-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- ink-mainnet-op-geth-archive-leveldb-hash:/data
|
- ink-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- ink-mainnet-op-geth-pruned-pebble-path:/data
|
- ink-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- ink-sepolia-op-geth-archive-leveldb-hash:/data
|
- ink-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- ink-sepolia-op-geth-pruned-pebble-path:/data
|
- ink-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- lisk-mainnet-op-geth-archive-leveldb-hash:/data
|
- lisk-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- lisk-mainnet-op-geth-pruned-pebble-path:/data
|
- lisk-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- lisk-sepolia-op-geth-archive-leveldb-hash:/data
|
- lisk-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- lisk-sepolia-op-geth-pruned-pebble-path:/data
|
- lisk-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- mantle-mainnet-op-geth-archive-leveldb-hash:/data
|
- mantle-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./mantle/mainnet:/config
|
- ./mantle/mainnet:/config
|
||||||
env_file:
|
env_file:
|
||||||
- ./mantle/mainnet/.env
|
- ./mantle/mainnet/.env
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./mantle/mainnet:/config
|
- ./mantle/mainnet:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- mantle-mainnet-op-geth-pruned-leveldb-hash:/data
|
- mantle-mainnet-op-geth-pruned-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./mantle/mainnet:/config
|
- ./mantle/mainnet:/config
|
||||||
env_file:
|
env_file:
|
||||||
- ./mantle/mainnet/.env
|
- ./mantle/mainnet/.env
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
- ./mantle/mainnet:/config
|
- ./mantle/mainnet:/config
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- metal-mainnet-op-geth-archive-leveldb-hash:/data
|
- metal-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- metal-mainnet-op-geth-pruned-pebble-path:/data
|
- metal-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- metal-sepolia-op-geth-archive-leveldb-hash:/data
|
- metal-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- metal-sepolia-op-geth-pruned-pebble-path:/data
|
- metal-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- mode-mainnet-op-geth-archive-leveldb-hash:/data
|
- mode-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- mode-mainnet-op-geth-pruned-pebble-path:/data
|
- mode-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- mode-sepolia-op-geth-archive-leveldb-hash:/data
|
- mode-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- mode-sepolia-op-geth-pruned-pebble-path:/data
|
- mode-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- op-mainnet-op-geth-archive-leveldb-hash:/data
|
- op-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- op-mainnet-op-geth-pruned-pebble-path:/data
|
- op-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- op-sepolia-op-geth-archive-leveldb-hash:/data
|
- op-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- op-sepolia-op-geth-pruned-pebble-path:/data
|
- op-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- snax-mainnet-op-geth-archive-leveldb-hash:/data
|
- snax-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- snax-mainnet-op-geth-pruned-pebble-path:/data
|
- snax-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- swell-mainnet-op-geth-archive-leveldb-hash:/data
|
- swell-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- swell-mainnet-op-geth-pruned-pebble-path:/data
|
- swell-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- unichain-mainnet-op-geth-archive-leveldb-hash:/data
|
- unichain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- unichain-mainnet-op-geth-pruned-pebble-path:/data
|
- unichain-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- unichain-sepolia-op-geth-archive-leveldb-hash:/data
|
- unichain-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- unichain-sepolia-op-geth-pruned-pebble-path:/data
|
- unichain-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- worldchain-mainnet-op-geth-archive-leveldb-hash:/data
|
- worldchain-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- worldchain-mainnet-op-geth-pruned-pebble-path:/data
|
- worldchain-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- worldchain-sepolia-op-geth-archive-leveldb-hash:/data
|
- worldchain-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- worldchain-sepolia-op-geth-pruned-pebble-path:/data
|
- worldchain-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- zora-mainnet-op-geth-archive-leveldb-hash:/data
|
- zora-mainnet-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- zora-mainnet-op-geth-pruned-pebble-path:/data
|
- zora-mainnet-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- zora-sepolia-op-geth-archive-leveldb-hash:/data
|
- zora-sepolia-op-geth-archive-leveldb-hash:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
volumes:
|
volumes:
|
||||||
- zora-sepolia-op-geth-pruned-pebble-path:/data
|
- zora-sepolia-op-geth-pruned-pebble-path:/data
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
entrypoint: [ "op-node" ]
|
entrypoint: [ "op-node" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user