deploy: regenerate compose from vibe-node main 87606b9799ab

This commit is contained in:
2026-09-24 15:35:32 +00:00
parent dc27f33384
commit f1adbf7210
@@ -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}:19566 \
--telemetry.enable-metrics \ --telemetry.enable-metrics \
--telemetry.enable-health \ --telemetry.enable-health \
--telemetry.host 0.0.0.0 \ --telemetry.host 0.0.0.0 \