LiskHQ / lisk-node

Everything required to run your own Lisk node
https://lisk.com
Apache License 2.0
1 stars 2 forks source link

Add snapshot download support to Docker #26

Closed sameersubudhi closed 2 months ago

sameersubudhi commented 2 months ago

What was the problem?

This PR resolves #25

How was it solved?

How was it tested?

Locally with APPLY_SNAPSHOT=true docker compose -p lisk-node-snapshot up --build --detach

Additional Information

The reth image build issue due to which the CI is partially failing will be addressed with https://github.com/LiskHQ/lisk-node/issues/24.