From f1adbf721050c9c5f985bfbc236cb90709715f4f Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 24 Sep 2026 15:35:32 +0000 Subject: [PATCH] deploy: regenerate compose from vibe-node main 87606b9799ab --- plasma/reth/plasma-testnet-reth-pruned-trace.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plasma/reth/plasma-testnet-reth-pruned-trace.yml b/plasma/reth/plasma-testnet-reth-pruned-trace.yml index 4f4d66e4..b8f8456a 100644 --- a/plasma/reth/plasma-testnet-reth-pruned-trace.yml +++ b/plasma/reth/plasma-testnet-reth-pruned-trace.yml @@ -197,6 +197,8 @@ services: expose: - 35070 - 9001 + environment: + - IP=${IP} entrypoint: [/bin/bash, -c] command: - | @@ -211,6 +213,7 @@ services: --config-path /tmp/non-validator.toml \ --no-color \ --timeout-stream-manager 5s \ + --nat=extip:${IP}:19566 \ --telemetry.enable-metrics \ --telemetry.enable-health \ --telemetry.host 0.0.0.0 \