deploy: regenerate compose from vibe-node main 8e38de510e99

This commit is contained in:
2026-06-22 11:10:31 +00:00
parent 52b1201388
commit fd27c9633b

View File

@@ -108,8 +108,8 @@ services:
command:
- |
mkdir -p /db/config /db/data
cp -n /seed/config.toml /db/config/config.toml
cp -n /seed/genesis.json /db/config/genesis.json
cp /seed/config.toml /db/config/config.toml
cp /seed/genesis.json /db/config/genesis.json
[ -f /db/data/priv_validator_state.json ] || echo '{"height":"0","round":0,"step":0}' > /db/data/priv_validator_state.json
restart: no
networks: