From cbe2b1c903b77fded99bfbba0ea055d7ba8ce232 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 15 Jan 2023 09:14:39 +0100 Subject: [PATCH] prepare classic snapshot download --- arbitrum-archive.yml | 2 ++ arbitrum/classic-entrypoint.sh | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 arbitrum/classic-entrypoint.sh diff --git a/arbitrum-archive.yml b/arbitrum-archive.yml index 061f4165..0828c7ed 100644 --- a/arbitrum-archive.yml +++ b/arbitrum-archive.yml @@ -42,9 +42,11 @@ services: user: root volumes: - 'arbitrum-classic-archive_data:/root/.arbitrum/mainnet' + - 'arbitrum/classic-entrypoint.sh:/entrypoint.sh' expose: - 8547 - 8548 + entrypoint: /entrypoint.sh command: - --l1.url=${ARBITRUM_L1_URL} - --l2.disable-upstream diff --git a/arbitrum/classic-entrypoint.sh b/arbitrum/classic-entrypoint.sh new file mode 100644 index 00000000..c8209791 --- /dev/null +++ b/arbitrum/classic-entrypoint.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "now we can download the db.tar file" + +/home/user/go/bin/arb-node $@