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 docker-compose.yml. #44

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Fix docker-compose.yml. #44

merged 2 commits into from
Jan 8, 2024

Conversation

nalepae
Copy link
Contributor

@nalepae nalepae commented Jan 8, 2024

@@ -28,13 +36,15 @@ services:
depends_on:
create-beacon-chain-genesis:
condition: service_completed_successfully
geth-remove-db:
condition: service_completed_successfully
Copy link
Contributor

Choose a reason for hiding this comment

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

Would this remove the geth db on any restart? I'm worried that people people will unwittingly delete databases they care about across restarts.

Copy link
Collaborator

Choose a reason for hiding this comment

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

+1 here. Although, not even sure if the system works if you turn it off and restart it after a long time. Worth checking if so

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh nm, this only removes the existing db when we generate a new geth genesis. Ignore my other comment.

@nalepae nalepae merged commit c3418c4 into master Jan 8, 2024
@nalepae nalepae deleted the fix-13330 branch January 8, 2024 16:26
0xWilliamWang pushed a commit to 0xWilliamWang/geth-prysm-optimism-rollup-dmeo that referenced this pull request Sep 12, 2024
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.

Beacon node is not respecting the follow distance - devnet
3 participants