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

Break apart services, move to docker compose #215

Closed
wants to merge 9 commits into from
Closed

Conversation

lullis
Copy link
Collaborator

@lullis lullis commented Mar 4, 2025

This commit makes the following changes:

  • removes nginx from the base docker image
  • Replaces uwsgi with uvicorn server as the django application server
  • Adds docker service to run nginx with a configuration that can connect with the django application container
  • Adds docker service to run django commands needed at start (migrate and collectstatic)
  • Adds docker service to run "send_batches"

I'm marking this as a draft PR because there is still some work needed on deploy.sh to reflect those changes for proper deployment.

@lullis lullis closed this Mar 7, 2025
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.

1 participant