plasma-mainnet: regenerate compose with IP env and --nat flag for observer

This commit is contained in:
2026-09-24 12:49:05 +00:00
parent 7daf0ca6ea
commit dc27f33384
@@ -197,6 +197,8 @@ services:
expose: expose:
- 35070 - 35070
- 9001 - 9001
environment:
- IP=${IP}
entrypoint: [/bin/bash, -c] entrypoint: [/bin/bash, -c]
command: command:
- | - |
@@ -211,6 +213,7 @@ services:
--config-path /tmp/non-validator.toml \ --config-path /tmp/non-validator.toml \
--no-color \ --no-color \
--timeout-stream-manager 5s \ --timeout-stream-manager 5s \
--nat=extip:${IP}:18415 \
--telemetry.enable-metrics \ --telemetry.enable-metrics \
--telemetry.enable-health \ --telemetry.enable-health \
--telemetry.host 0.0.0.0 \ --telemetry.host 0.0.0.0 \