From 5970d0f953487ea6e95dfa27aeb86d8257bed57e Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:05:23 +0100 Subject: [PATCH] next move --- fantom-archive.yml | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) mode change 100644 => 120000 fantom-archive.yml diff --git a/fantom-archive.yml b/fantom-archive.yml deleted file mode 100644 index 26147858..00000000 --- a/fantom-archive.yml +++ /dev/null @@ -1,30 +0,0 @@ -version: "3.1" -services: - fantom-archive: - build: - args: - VERSION: release/txtracing/1.1.2-rc.6 - context: ./fantom - dockerfile: Dockerfile - environment: - - SNAPSHOT_URL_DISABLED=https://download.fantom.network/opera_5may22.tgz - - CACHE_SIZE=${FANTOM_CACHE_SIZE} - volumes: - - "fantom-archive:/datadir" - expose: - - "18544" - - "5050" - networks: - - chains - restart: unless-stopped - labels: - - "traefik.enable=true" - - "traefik.http.middlewares.fantom-archive-stripprefix.stripprefix.prefixes=/fantom-archive" - - "traefik.http.services.fantom-archive.loadbalancer.server.port=18544" - - "traefik.http.routers.fantom-archive.entrypoints=websecure" - - "traefik.http.routers.fantom-archive.tls.certresolver=myresolver" - - "traefik.http.routers.fantom-archive.rule=Host(`$DOMAIN`) && PathPrefix(`/fantom-archive`)" - - "traefik.http.routers.fantom-archive.middlewares=fantom-archive-stripprefix, ipwhitelist" - -volumes: - fantom-archive: diff --git a/fantom-archive.yml b/fantom-archive.yml new file mode 120000 index 00000000..ebd97821 --- /dev/null +++ b/fantom-archive.yml @@ -0,0 +1 @@ +fantom/opera/fantom-mainnet-opera-archive-trace.yml \ No newline at end of file