Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

chore: Add docker-compose to run all services through docker #440

Closed CuriousLearner closed 1 year ago

CuriousLearner commented 3 years ago

Why was this change necessary?

Different services require lot of local setup and tweaking to work on different OS. The goal of this PR is to containerize the service and present to easily run all services with help of docker-compose.

How does it address the problem?

This would dockerize the setup and run services like django, postgres, celery, flower in separate containers.

Are there any side effects?

None.

CuriousLearner commented 2 years ago

To be updated with latest changes after the merge of #444

CuriousLearner commented 1 year ago

Verified that it works. So, merging this in. If there are any other changes, we'll handle it is subsequent pull requests.

Thank you everyone for their reviews & suggestions 🎉