deploy: regenerate compose from vibe-node main 8e38de510e99
This commit is contained in:
@@ -108,8 +108,8 @@ services:
|
|||||||
command:
|
command:
|
||||||
- |
|
- |
|
||||||
mkdir -p /db/config /db/data
|
mkdir -p /db/config /db/data
|
||||||
cp -n /seed/config.toml /db/config/config.toml
|
cp /seed/config.toml /db/config/config.toml
|
||||||
cp -n /seed/genesis.json /db/config/genesis.json
|
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
|
[ -f /db/data/priv_validator_state.json ] || echo '{"height":"0","round":0,"step":0}' > /db/data/priv_validator_state.json
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user