djangoindia / djangoindia.org

Official website of djangoindia community.
https://djangoindia.org
MIT License
75 stars 40 forks source link

Docker setup #5

Closed DevilsAutumn closed 2 months ago

DevilsAutumn commented 4 months ago

setup docker to run the project in dev and prod.

SureshPradhana commented 3 months ago

Hi @DevilsAutumn, I'm interested in this issue. Could you assign it to me? For the production environment, are the frontend and backend set up within the same monorepo? Also, I'd like some information on production.

DevilsAutumn commented 3 months ago

Sure! We are going to have different images build for frontend and backend. I was also thinking to switch to postgres, if we are using docker. Two docker-compose files in root will be responsible for running the whole project with postgres. One for running locally and another for running on prod.

And all this will also require documentation for setting up the project locally using docker.

Free feel to ask if you have any doubts.