- Notifications
You must be signed in to change notification settings - Fork1.5k
Add Docker Compose to the course!#147
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add Docker Compose to the course!#147
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vercelbot commentedApr 4, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
|
docs/docs/11_deploy_to_render/06_run_everything_docker_compose/README.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/01_send_emails_python_mailgun/end/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/01_send_emails_python_mailgun/start/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/02_send_email_user_registration/end/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/02_send_email_user_registration/start/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/04_populate_rq_task_queue/end/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/05_rq_background_worker/start/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/06_sending_html_emails/start/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/07_deploy_background_worker_render/end/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/12_task_queues_emails/07_deploy_background_worker_render/start/migrations/env.py OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/11_deploy_to_render/06_run_everything_docker_compose/end/CONTRIBUTING.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/11_deploy_to_render/06_run_everything_docker_compose/start/CONTRIBUTING.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/11_deploy_to_render/06_run_everything_docker_compose/start/README.mdShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/11_deploy_to_render/06_run_everything_docker_compose/end/requirements.txtShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
docs/docs/11_deploy_to_render/06_run_everything_docker_compose/start/requirements.txtShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
It's no longer required and indeed gives an error. Removed `compare_type` from lecture body and also from section 12 code.
One in Docker section to run the app on its own, and one when we introduce a PostgreSQL database to spin up both the app and db.
Co-authored-by: Leonardo U Spairani <LUS24@users.noreply.github.com>
fe0d6d6
to31a6e8d
CompareAlso removed `CONTRIBUTING.md` file as it isn't necessary in the code files.
31a6e8d
toad4f496
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good!
New content
Changes
compare_type
from all parts of the course since it is no longer required for Alembic to notice type changes between columns (e.g. length of text columns)