From 6b9d512003438ca482a71cacbe4922fdf10e65c7 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Mon, 14 Apr 2025 18:08:32 +0700 Subject: [PATCH] new --- ...-garfield-op-geth-archive-pebble-hash.yml} | 20 +++++++++---------- ...t-mainnet-op-geth-archive-pebble-hash.yml} | 20 +++++++++---------- ...t-testnet-op-geth-archive-pebble-hash.yml} | 20 +++++++++---------- 3 files changed, 30 insertions(+), 30 deletions(-) rename op/geth/{zircuit-garfield-op-geth-archive-leveldb-hash.yml => zircuit-garfield-op-geth-archive-pebble-hash.yml} (88%) rename op/geth/{zircuit-mainnet-op-geth-archive-leveldb-hash.yml => zircuit-mainnet-op-geth-archive-pebble-hash.yml} (87%) rename op/geth/{zircuit-testnet-op-geth-archive-leveldb-hash.yml => zircuit-testnet-op-geth-archive-pebble-hash.yml} (88%) diff --git a/op/geth/zircuit-garfield-op-geth-archive-leveldb-hash.yml b/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml similarity index 88% rename from op/geth/zircuit-garfield-op-geth-archive-leveldb-hash.yml rename to op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml index ef125f94..2197a41f 100644 --- a/op/geth/zircuit-garfield-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml @@ -33,7 +33,7 @@ services: command: - --circuit-capacity-check=false - --datadir=/data - - --db.engine=leveldb + - --db.engine=pebble - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} @@ -60,19 +60,19 @@ services: networks: - chains volumes: - - ${ZIRCUIT_GARFIELD_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zircuit-garfield-op-geth-archive-leveldb-hash}:/data + - ${ZIRCUIT_GARFIELD_OP_GETH_ARCHIVE_PEBBLE_HASH_DATA:-zircuit-garfield-op-geth-archive-pebble-hash}:/data - ./op/zircuit/garfield:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk labels: - traefik.enable=true - - traefik.http.middlewares.zircuit-garfield-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/zircuit-garfield-archive - - traefik.http.services.zircuit-garfield-op-geth-archive-leveldb-hash.loadbalancer.server.port=8545 - - ${NO_SSL:-traefik.http.routers.zircuit-garfield-op-geth-archive-leveldb-hash.entrypoints=websecure} - - ${NO_SSL:-traefik.http.routers.zircuit-garfield-op-geth-archive-leveldb-hash.tls.certresolver=myresolver} - - ${NO_SSL:-traefik.http.routers.zircuit-garfield-op-geth-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/zircuit-garfield-archive`)} - - ${NO_SSL:+traefik.http.routers.zircuit-garfield-op-geth-archive-leveldb-hash.rule=PathPrefix(`/zircuit-garfield-archive`)} - - traefik.http.routers.zircuit-garfield-op-geth-archive-leveldb-hash.middlewares=zircuit-garfield-op-geth-archive-leveldb-hash-stripprefix, ipwhitelist + - traefik.http.middlewares.zircuit-garfield-op-geth-archive-pebble-hash-stripprefix.stripprefix.prefixes=/zircuit-garfield-archive + - traefik.http.services.zircuit-garfield-op-geth-archive-pebble-hash.loadbalancer.server.port=8545 + - ${NO_SSL:-traefik.http.routers.zircuit-garfield-op-geth-archive-pebble-hash.entrypoints=websecure} + - ${NO_SSL:-traefik.http.routers.zircuit-garfield-op-geth-archive-pebble-hash.tls.certresolver=myresolver} + - ${NO_SSL:-traefik.http.routers.zircuit-garfield-op-geth-archive-pebble-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/zircuit-garfield-archive`)} + - ${NO_SSL:+traefik.http.routers.zircuit-garfield-op-geth-archive-pebble-hash.rule=PathPrefix(`/zircuit-garfield-archive`)} + - traefik.http.routers.zircuit-garfield-op-geth-archive-pebble-hash.middlewares=zircuit-garfield-op-geth-archive-pebble-hash-stripprefix, ipwhitelist zircuit-garfield-archive-node: image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${ZIRCUIT_GARFIELD_NODE_VERSION:-e81568966f2a42a57b1347fb1dffdd5257dde73a} @@ -111,7 +111,7 @@ services: - .jwtsecret:/jwtsecret:ro volumes: - zircuit-garfield-op-geth-archive-leveldb-hash: + zircuit-garfield-op-geth-archive-pebble-hash: x-upstreams: - id: $${ID} diff --git a/op/geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml similarity index 87% rename from op/geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml rename to op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml index e16fb318..20d8259d 100644 --- a/op/geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml @@ -33,7 +33,7 @@ services: command: - --circuit-capacity-check=false - --datadir=/data - - --db.engine=leveldb + - --db.engine=pebble - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} @@ -60,19 +60,19 @@ services: networks: - chains volumes: - - ${ZIRCUIT_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zircuit-mainnet-op-geth-archive-leveldb-hash}:/data + - ${ZIRCUIT_MAINNET_OP_GETH_ARCHIVE_PEBBLE_HASH_DATA:-zircuit-mainnet-op-geth-archive-pebble-hash}:/data - ./op/zircuit/mainnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk labels: - traefik.enable=true - - traefik.http.middlewares.zircuit-mainnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/zircuit-mainnet-archive - - traefik.http.services.zircuit-mainnet-op-geth-archive-leveldb-hash.loadbalancer.server.port=8545 - - ${NO_SSL:-traefik.http.routers.zircuit-mainnet-op-geth-archive-leveldb-hash.entrypoints=websecure} - - ${NO_SSL:-traefik.http.routers.zircuit-mainnet-op-geth-archive-leveldb-hash.tls.certresolver=myresolver} - - ${NO_SSL:-traefik.http.routers.zircuit-mainnet-op-geth-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/zircuit-mainnet-archive`)} - - ${NO_SSL:+traefik.http.routers.zircuit-mainnet-op-geth-archive-leveldb-hash.rule=PathPrefix(`/zircuit-mainnet-archive`)} - - traefik.http.routers.zircuit-mainnet-op-geth-archive-leveldb-hash.middlewares=zircuit-mainnet-op-geth-archive-leveldb-hash-stripprefix, ipwhitelist + - traefik.http.middlewares.zircuit-mainnet-op-geth-archive-pebble-hash-stripprefix.stripprefix.prefixes=/zircuit-mainnet-archive + - traefik.http.services.zircuit-mainnet-op-geth-archive-pebble-hash.loadbalancer.server.port=8545 + - ${NO_SSL:-traefik.http.routers.zircuit-mainnet-op-geth-archive-pebble-hash.entrypoints=websecure} + - ${NO_SSL:-traefik.http.routers.zircuit-mainnet-op-geth-archive-pebble-hash.tls.certresolver=myresolver} + - ${NO_SSL:-traefik.http.routers.zircuit-mainnet-op-geth-archive-pebble-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/zircuit-mainnet-archive`)} + - ${NO_SSL:+traefik.http.routers.zircuit-mainnet-op-geth-archive-pebble-hash.rule=PathPrefix(`/zircuit-mainnet-archive`)} + - traefik.http.routers.zircuit-mainnet-op-geth-archive-pebble-hash.middlewares=zircuit-mainnet-op-geth-archive-pebble-hash-stripprefix, ipwhitelist zircuit-mainnet-archive-node: image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${ZIRCUIT_MAINNET_NODE_VERSION:-e81568966f2a42a57b1347fb1dffdd5257dde73a} @@ -111,7 +111,7 @@ services: - .jwtsecret:/jwtsecret:ro volumes: - zircuit-mainnet-op-geth-archive-leveldb-hash: + zircuit-mainnet-op-geth-archive-pebble-hash: x-upstreams: - id: $${ID} diff --git a/op/geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml b/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml similarity index 88% rename from op/geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml rename to op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml index 4f6e1669..25ca5aaf 100644 --- a/op/geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml @@ -33,7 +33,7 @@ services: command: - --circuit-capacity-check=false - --datadir=/data - - --db.engine=leveldb + - --db.engine=pebble - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} @@ -60,19 +60,19 @@ services: networks: - chains volumes: - - ${ZIRCUIT_TESTNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zircuit-testnet-op-geth-archive-leveldb-hash}:/data + - ${ZIRCUIT_TESTNET_OP_GETH_ARCHIVE_PEBBLE_HASH_DATA:-zircuit-testnet-op-geth-archive-pebble-hash}:/data - ./op/zircuit/testnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk labels: - traefik.enable=true - - traefik.http.middlewares.zircuit-testnet-op-geth-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/zircuit-testnet-archive - - traefik.http.services.zircuit-testnet-op-geth-archive-leveldb-hash.loadbalancer.server.port=8545 - - ${NO_SSL:-traefik.http.routers.zircuit-testnet-op-geth-archive-leveldb-hash.entrypoints=websecure} - - ${NO_SSL:-traefik.http.routers.zircuit-testnet-op-geth-archive-leveldb-hash.tls.certresolver=myresolver} - - ${NO_SSL:-traefik.http.routers.zircuit-testnet-op-geth-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/zircuit-testnet-archive`)} - - ${NO_SSL:+traefik.http.routers.zircuit-testnet-op-geth-archive-leveldb-hash.rule=PathPrefix(`/zircuit-testnet-archive`)} - - traefik.http.routers.zircuit-testnet-op-geth-archive-leveldb-hash.middlewares=zircuit-testnet-op-geth-archive-leveldb-hash-stripprefix, ipwhitelist + - traefik.http.middlewares.zircuit-testnet-op-geth-archive-pebble-hash-stripprefix.stripprefix.prefixes=/zircuit-testnet-archive + - traefik.http.services.zircuit-testnet-op-geth-archive-pebble-hash.loadbalancer.server.port=8545 + - ${NO_SSL:-traefik.http.routers.zircuit-testnet-op-geth-archive-pebble-hash.entrypoints=websecure} + - ${NO_SSL:-traefik.http.routers.zircuit-testnet-op-geth-archive-pebble-hash.tls.certresolver=myresolver} + - ${NO_SSL:-traefik.http.routers.zircuit-testnet-op-geth-archive-pebble-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/zircuit-testnet-archive`)} + - ${NO_SSL:+traefik.http.routers.zircuit-testnet-op-geth-archive-pebble-hash.rule=PathPrefix(`/zircuit-testnet-archive`)} + - traefik.http.routers.zircuit-testnet-op-geth-archive-pebble-hash.middlewares=zircuit-testnet-op-geth-archive-pebble-hash-stripprefix, ipwhitelist zircuit-testnet-archive-node: image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${ZIRCUIT_TESTNET_NODE_VERSION:-e81568966f2a42a57b1347fb1dffdd5257dde73a} @@ -112,7 +112,7 @@ services: - .jwtsecret:/jwtsecret:ro volumes: - zircuit-testnet-op-geth-archive-leveldb-hash: + zircuit-testnet-op-geth-archive-pebble-hash: x-upstreams: - id: $${ID}