This commit is contained in:
squidbear
2025-03-29 07:52:15 +01:00
parent d767ea905d
commit 97384d28db
67 changed files with 130 additions and 126 deletions

View File

@@ -5,7 +5,7 @@ services:
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
volumes:
- "celo-alfajores-op-geth-archive-leveldb-hash:/datadir"
- ".jwtsecret:/shared/jwt.txt"
- ".jwtsecret:/shared/jwt.txt:ro"
- "./celo/alfajores/:/chainconfig"
- "./celo/scripts/:/scripts"
ports:
@@ -82,7 +82,7 @@ services:
--rollup.halt=major
restart: always
volumes:
- .jwtsecret:/jwtsecret
- .jwtsecret:/jwtsecret:ro
- ./celo/alfajores/:/chainconfigs/
stop_grace_period: 30s

View File

@@ -5,7 +5,7 @@ services:
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
volumes:
- "celo-alfajores-op-geth-pruned-pebble-path:/datadir"
- ".jwtsecret:/shared/jwt.txt"
- ".jwtsecret:/shared/jwt.txt:ro"
- "./celo/alfajores/:/chainconfig"
- "./celo/scripts/:/scripts"
ports:
@@ -82,7 +82,7 @@ services:
--rollup.halt=major
restart: always
volumes:
- .jwtsecret:/jwtsecret
- .jwtsecret:/jwtsecret:ro
- ./celo/alfajores/:/chainconfigs/
stop_grace_period: 30s

View File

@@ -5,7 +5,7 @@ services:
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
volumes:
- "celo-mainnet-op-geth-archive-leveldb-hash:/datadir"
- ".jwtsecret:/shared/jwt.txt"
- ".jwtsecret:/shared/jwt.txt:ro"
- "./celo/mainnet/:/chainconfig"
- "./celo/scripts/:/scripts"
ports:
@@ -82,7 +82,7 @@ services:
--rollup.halt=major
restart: always
volumes:
- .jwtsecret:/jwtsecret
- .jwtsecret:/jwtsecret:ro
- ./celo/mainnet/:/chainconfigs/
stop_grace_period: 30s

View File

@@ -5,7 +5,7 @@ services:
image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth:${CELO_L2_VERSION:-celo-v2.0.0}
volumes:
- "celo-mainnet-op-geth-pruned-pebble-path:/datadir"
- ".jwtsecret:/shared/jwt.txt"
- ".jwtsecret:/shared/jwt.txt:ro"
- "./celo/mainnet/:/chainconfig"
- "./celo/scripts/:/scripts"
ports:
@@ -82,7 +82,7 @@ services:
--rollup.halt=major
restart: always
volumes:
- .jwtsecret:/jwtsecret
- .jwtsecret:/jwtsecret:ro
- ./celo/mainnet/:/chainconfigs/
stop_grace_period: 30s