diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml index 850dd4fa..2fc6fe96 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml @@ -117,7 +117,7 @@ services: # Install necessary packages RUN apk add --no-cache bash coreutils sed findutils # Create the prune script inline - RUN < /app/prune.sh + RUN < /prune.sh #!/bin/bash set -euo pipefail # Settings @@ -170,11 +170,11 @@ services: echo "Moved files to backup. Total freed: $$freed_bytes bytes." echo "Done." EOF - RUN chmod +x /app/prune.sh + RUN chmod +x /prune.sh environment: - BACKUP_DIR=/data/static_files/delete_me - DATA_DIR=/data/static_files - entrypoint: [/app/prune.sh] # Run the prune script manually + entrypoint: [/prune.sh] # Run the prune script manually restart: no volumes: - /root/.local/share/reth:/data