From 939d22ecb01e4fdaf118a16f6b9cadedb3f5a40a Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:10:43 +0100 Subject: [PATCH] naming scheme --- .../fantom-testnet-opera-pruned-traces.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/fantom/opera/fantom-testnet-opera-pruned-traces.yml b/fantom/opera/fantom-testnet-opera-pruned-traces.yml index 32403763..b674ed41 100644 --- a/fantom/opera/fantom-testnet-opera-pruned-traces.yml +++ b/fantom/opera/fantom-testnet-opera-pruned-traces.yml @@ -1,4 +1,3 @@ -version: "3.1" services: fantom-testnet: build: @@ -10,7 +9,7 @@ services: environment: - CACHE_SIZE=${FANTOM_CACHE_SIZE:-16000} volumes: - - "fantom-testnet:/datadir" + - "fantom-testnet-opera-pruned-traces:/datadir" expose: - "18544" - "44629" @@ -22,12 +21,12 @@ services: restart: unless-stopped labels: - "traefik.enable=true" - - "traefik.http.middlewares.fantom-testnet-stripprefix.stripprefix.prefixes=/fantom-testnet" - - "traefik.http.services.fantom-testnet.loadbalancer.server.port=18544" - - "traefik.http.routers.fantom-testnet.entrypoints=websecure" - - "traefik.http.routers.fantom-testnet.tls.certresolver=myresolver" - - "traefik.http.routers.fantom-testnet.rule=Host(`$DOMAIN`) && PathPrefix(`/fantom-testnet`)" - - "traefik.http.routers.fantom-testnet.middlewares=fantom-testnet-stripprefix, ipwhitelist" + - "traefik.http.middlewares.fantom-testnet-opera-pruned-traces-stripprefix.stripprefix.prefixes=/fantom-testnet" + - "traefik.http.services.fantom-testnet-opera-pruned-traces.loadbalancer.server.port=18544" + - "traefik.http.routers.fantom-testnet-opera-pruned-traces.entrypoints=websecure" + - "traefik.http.routers.fantom-testnet-opera-pruned-traces.tls.certresolver=myresolver" + - "traefik.http.routers.fantom-testnet-opera-pruned-traces.rule=Host(`$DOMAIN`) && PathPrefix(`/fantom-testnet`)" + - "traefik.http.routers.fantom-testnet-opera-pruned-traces.middlewares=fantom-testnet-opera-pruned-traces-stripprefix, ipwhitelist" volumes: - fantom-testnet: + fantom-testnet-opera-pruned-traces: