-
Notifications
You must be signed in to change notification settings - Fork 8
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 freezing-web docker-compose setup #316
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
obscurerichard
added
bug
infrastructure
Issues requiring changes to cloud, database, or server infrastructure
labels
Dec 8, 2024
obscurerichard
added
good first issue
help wanted
Help wanted - can you take this on?
and removed
good first issue
help wanted
Help wanted - can you take this on?
labels
Dec 8, 2024
For long-term database bootstrapping for dev, we could use a synthetic data set, see #339 |
obscurerichard
modified the milestones:
2025 - Competition End,
2025 - Competition Start
Dec 30, 2024
* Fix the docker-compose.yml setup for localdev. * Make startup more robust, adding timeouts while the SQL database is not ready. * Add PyMardownlnt Markdown linter * Get faulthandler working early * Rework logging a bit
obscurerichard
force-pushed
the
fix-docker-compose-setup
branch
from
December 31, 2024 13:53
a813dda
to
9f0ee79
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The docker-compose setup was not working quite right in freezing-web.
This is a simplified version that should get people going without having to build everything from scratch on their host.
Since I had to do so much documentation on this I also added PyMarkdown and pre-commit support to help keep things nice and clean.
Future Extension
There's the matter of bootstrapping the database past having a fresh new blank database that I haven't figured out yet, see freezingsaddles/freezing-shared#13 and #341 for further follow-up.