Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add volume to lnd to persist chain state across container changes #2507

Conversation

yancyribbens
Copy link
Contributor

This PR adds a volume to the lnd Dockerfile to persist chain state. I considered adding this to docker-compose.yml instead however the volume is only needed for use by lnd and isn't shared with other services. The functionality can be verified by restarting the lnd container and observe it no longer needs to catch up to a particular chain height.

@yancyribbens
Copy link
Contributor Author

#2508

@Roasbeef
Copy link
Member

See #697

Also this (#1164) added volumes to the "production" container.

@yancyribbens
Copy link
Contributor Author

@Roasbeef thanks! I wasn't aware of these existing PR's :)

@Roasbeef
Copy link
Member

That one seems to be abandoned though, so we might as well close that out and move forward with this one.

@Roasbeef Roasbeef added enhancement Improvements to existing features / behaviour docker Docker-related PRs/Issues P3 might get fixed, nice to have labels Jan 21, 2019
@Roasbeef Roasbeef added this to the 0.6 milestone Jan 21, 2019
@yancyribbens
Copy link
Contributor Author

Closing this PR in favor of 2533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Docker-related PRs/Issues enhancement Improvements to existing features / behaviour P3 might get fixed, nice to have
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants