-
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
2024 docker fix #1400
Commits on Jun 23, 2024
-
chore: Update docker-compose.yml for healthcheck and restart options
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.
Configuration menu - View commit details
-
Copy full SHA for f062cb9 - Browse repository at this point
Copy the full SHA f062cb9View commit details -
chore: Update pyproject.toml, app.json, and Dockerfile
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.
Configuration menu - View commit details
-
Copy full SHA for 895f346 - Browse repository at this point
Copy the full SHA 895f346View commit details -
feat: Update django-allauth version to 0.63.3 and add socialaccount e…
…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.
Configuration menu - View commit details
-
Copy full SHA for a946230 - Browse repository at this point
Copy the full SHA a946230View commit details -
chore: Update django_recaptcha dependency and imports
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.
Configuration menu - View commit details
-
Copy full SHA for 2be3dc8 - Browse repository at this point
Copy the full SHA 2be3dc8View commit details -
chore: Update vscode settings for python code actions
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.
Configuration menu - View commit details
-
Copy full SHA for 2076ba6 - Browse repository at this point
Copy the full SHA 2076ba6View commit details -
chore: Remove "sendgrid" addon from app.json
This commit removes the "sendgrid" addon from the app.json file. The "sendgrid" addon is no longer needed for the project.
Configuration menu - View commit details
-
Copy full SHA for bf86664 - Browse repository at this point
Copy the full SHA bf86664View commit details -
chore: Update Python version to 3.11 in Dockerfile and pyproject.toml
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.
Configuration menu - View commit details
-
Copy full SHA for 257eff5 - Browse repository at this point
Copy the full SHA 257eff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 309e07f - Browse repository at this point
Copy the full SHA 309e07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 825b5c1 - Browse repository at this point
Copy the full SHA 825b5c1View commit details -
feat: Update session start dates to 2025
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.
Configuration menu - View commit details
-
Copy full SHA for f6ace04 - Browse repository at this point
Copy the full SHA f6ace04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c87b86 - Browse repository at this point
Copy the full SHA 8c87b86View commit details