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

fix: Mount correct paths to volumes #292

Merged
merged 1 commit into from Mar 20, 2023
Merged

Conversation

holzeis
Copy link
Contributor

@holzeis holzeis commented Mar 20, 2023

Looks like we did not mount the bitcoin and lnd folders correctly, which should have lead to issues when restarting these services.

Note, electrs does not need to mount the bitcoin directory.

Looks like we did not mount the bitcoin and lnd folders correctly, which should have lead to issues when restarting these services.
@holzeis holzeis self-assigned this Mar 20, 2023
Copy link
Contributor

@bonomat bonomat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good find.

@@ -58,8 +58,6 @@ services:
ports:
- "50000:50000"
- "30000:30000"
volumes:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not critical: electrs could use a data volume as well so that it does not have to reindex the whole chain on a restart.

@bonomat
Copy link
Contributor

bonomat commented Mar 20, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 20, 2023

@bors bors bot merged commit 3717326 into main Mar 20, 2023
5 checks passed
@bors bors bot deleted the fix/mount-directories-to-volume branch March 20, 2023 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants