no pruning for nitro

This commit is contained in:
goldsquid
2025-06-19 17:14:33 +07:00
parent 51ba55d300
commit abdddf4a50
15 changed files with 8 additions and 19 deletions

View File

@@ -60,7 +60,6 @@ services:
- --http.port=8545 - --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -60,7 +60,6 @@ services:
- --http.port=8545 - --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -59,7 +59,6 @@ services:
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.latest=pruned - --init.latest=pruned
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -60,7 +60,6 @@ services:
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.latest=pruned - --init.latest=pruned
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -59,7 +59,6 @@ services:
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.latest=pruned - --init.latest=pruned
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -59,7 +59,6 @@ services:
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.latest=pruned - --init.latest=pruned
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -60,7 +60,6 @@ services:
- --http.port=8545 - --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -60,7 +60,6 @@ services:
- --http.port=8545 - --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -60,7 +60,6 @@ services:
- --http.port=8545 - --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -60,7 +60,6 @@ services:
- --http.port=8545 - --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -60,7 +60,6 @@ services:
- --http.port=8545 - --http.port=8545
- --http.vhosts=* - --http.vhosts=*
- --init.download-path=/tmp - --init.download-path=/tmp
- --init.prune=full
- --metrics - --metrics
- --metrics-server.addr=0.0.0.0 - --metrics-server.addr=0.0.0.0
- --metrics-server.port=6070 - --metrics-server.port=6070

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
zircuit-mainnet-archive: zircuit-mainnet-archive:
image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-46d6be94120deeb7369d0ae151b7bf2e6fe23888} image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-v1.26.5}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -109,7 +109,7 @@ services:
- traefik.http.routers.zircuit-mainnet-op-geth-archive-leveldb-hash.middlewares=zircuit-mainnet-op-geth-archive-leveldb-hash-stripprefix, ipallowlist - traefik.http.routers.zircuit-mainnet-op-geth-archive-leveldb-hash.middlewares=zircuit-mainnet-op-geth-archive-leveldb-hash-stripprefix, ipallowlist
zircuit-mainnet-archive-node: zircuit-mainnet-archive-node:
image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${MAINNET_NODE_VERSION:-46d6be94120deeb7369d0ae151b7bf2e6fe23888} image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${MAINNET_NODE_VERSION:-v1.26.5}
ports: ports:
- 19463:19463 - 19463:19463
- 19463:19463/udp - 19463:19463/udp

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
zircuit-mainnet-archive: zircuit-mainnet-archive:
image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-46d6be94120deeb7369d0ae151b7bf2e6fe23888} image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-v1.26.5}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -109,7 +109,7 @@ services:
- traefik.http.routers.zircuit-mainnet-op-geth-archive-pebble-hash.middlewares=zircuit-mainnet-op-geth-archive-pebble-hash-stripprefix, ipallowlist - traefik.http.routers.zircuit-mainnet-op-geth-archive-pebble-hash.middlewares=zircuit-mainnet-op-geth-archive-pebble-hash-stripprefix, ipallowlist
zircuit-mainnet-archive-node: zircuit-mainnet-archive-node:
image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${MAINNET_NODE_VERSION:-46d6be94120deeb7369d0ae151b7bf2e6fe23888} image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${MAINNET_NODE_VERSION:-v1.26.5}
ports: ports:
- 15588:15588 - 15588:15588
- 15588:15588/udp - 15588:15588/udp

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
zircuit-mainnet: zircuit-mainnet:
image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-46d6be94120deeb7369d0ae151b7bf2e6fe23888} image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-v1.26.5}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -109,7 +109,7 @@ services:
- traefik.http.routers.zircuit-mainnet-op-geth-pruned-pebble-hash.middlewares=zircuit-mainnet-op-geth-pruned-pebble-hash-stripprefix, ipallowlist - traefik.http.routers.zircuit-mainnet-op-geth-pruned-pebble-hash.middlewares=zircuit-mainnet-op-geth-pruned-pebble-hash-stripprefix, ipallowlist
zircuit-mainnet-node: zircuit-mainnet-node:
image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${MAINNET_NODE_VERSION:-46d6be94120deeb7369d0ae151b7bf2e6fe23888} image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${MAINNET_NODE_VERSION:-v1.26.5}
ports: ports:
- 18688:18688 - 18688:18688
- 18688:18688/udp - 18688:18688/udp

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
zircuit-mainnet: zircuit-mainnet:
image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-46d6be94120deeb7369d0ae151b7bf2e6fe23888} image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-v1.26.5}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -109,7 +109,7 @@ services:
- traefik.http.routers.zircuit-mainnet-op-geth-pruned-pebble-path.middlewares=zircuit-mainnet-op-geth-pruned-pebble-path-stripprefix, ipallowlist - traefik.http.routers.zircuit-mainnet-op-geth-pruned-pebble-path.middlewares=zircuit-mainnet-op-geth-pruned-pebble-path-stripprefix, ipallowlist
zircuit-mainnet-node: zircuit-mainnet-node:
image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${MAINNET_NODE_VERSION:-46d6be94120deeb7369d0ae151b7bf2e6fe23888} image: ${ZIRCUIT_NODE_IMAGE:-zircuit1/op-node}:${MAINNET_NODE_VERSION:-v1.26.5}
ports: ports:
- 18359:18359 - 18359:18359
- 18359:18359/udp - 18359:18359/udp