-
Notifications
You must be signed in to change notification settings - Fork 51
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
2024 docker fix #1400
Merged
Merged
2024 docker fix #1400
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
This commit updates the docker-compose.yml file to add healthcheck and restart options for the db service. The healthcheck ensures that the PostgreSQL database is ready before starting the app service. The restart option is set to true to automatically restart the db service if it fails.
This commit updates the pyproject.toml file to set the package-mode to false. It also updates the app.json file to change the value of the POETRY_VERSION environment variable from 1.4.1 to 1.8.3. Additionally, it updates the Dockerfile to set the value of the POETRY_VERSION environment variable to 1.8.3.
…xtras The commit updates the django-allauth dependency from version 0.62.1 to 0.63.3. It also adds the "socialaccount" extras to the django-allauth package.
This commit updates the django_recaptcha dependency and replaces the old imports with the new ones. The ReCaptchaField and ReCaptchaV3 classes are now imported from the django_recaptcha package instead of the captcha package.
This commit updates the vscode settings for Python code actions. The "source.organizeImports" and "source.fixAll" options are changed from boolean values to "explicit" to ensure explicit control over the code actions.
This commit removes the "sendgrid" addon from the app.json file. The "sendgrid" addon is no longer needed for the project.
This commit updates the Python version in the Dockerfile and pyproject.toml files from 3.11.3 to ^3.11. This ensures compatibility with the latest Python 3.11.x releases.
This commit updates the start dates of the sessions in the `fixtures/14-coderdojochi.session.json` file to the year 2025. The previous start dates were set to 2023. This change ensures that the session data is up to date and reflects the correct start dates for the sessions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
docker-compose.yml
forhealthcheck
and restart optionsdjango-allauth
version to 0.63.3 and add socialaccount extrasdjango_recaptcha
dependency and imports