fetch deployment setting and update genesis from cfgsync

This commit is contained in:
Petar Radovic 2026-03-19 13:48:34 +01:00
parent db6b44869c
commit 82723df85d

View File

@ -9,5 +9,9 @@ export CFG_FILE_PATH="/config.yaml" \
LOG_LEVEL="INFO" \
POL_PROOF_DEV_MODE=true
/usr/bin/logos-blockchain-cfgsync-client && \
exec /usr/bin/logos-blockchain-node /config.yaml
/usr/bin/logos-blockchain-cfgsync-client
# Download deployment settings generated by cfgsync
curl -sf "${CFG_SERVER_ADDR}/deployment-settings" -o /deployment-settings.yaml
exec /usr/bin/logos-blockchain-node /config.yaml --deployment /deployment-settings.yaml