Skip to content

Break apart services, move to docker compose#215

Closed
lullis wants to merge 9 commits intomainfrom
docker_compose
Closed

Break apart services, move to docker compose#215
lullis wants to merge 9 commits intomainfrom
docker_compose

Conversation

@lullis
Copy link
Contributor

@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.

2 participants